Fork me on GitHub
#emacs
<
2017-07-14
>
ajs09:07:34

it used to be that to use cider, you must explicitly provide a dependency on nrepl, such as in a profiles.clj in ~/.lein but it appears that is no longer necessary?

benedek09:07:43

no it is not

benedek09:07:05

if you use jack-in that is

benedek09:07:40

those deps are still needed but injected at start up

benedek09:07:01

you still need them if you connect to a running REPL

ajs09:07:34

that must be something relatively new (last year or so, perhaps)

benedek09:07:49

yup something like that...

benedek09:07:21

quite a few other emacs clj libraries followed suit

benedek09:07:37

cljr flycheck clojure for example

mikepjb16:07:09

does anyone know how to change the default behaviour of setting a mark?

mikepjb16:07:25

When I press Ctrl + Space the first time to set the mark

mikepjb16:07:43

the mark resets if I press Ctrl + Space again whilst inside transient mark mode

mikepjb16:07:05

it’d be nice if there was a setting to deactivate the current mark instead, this seems more natural to me