Fork me on GitHub
#cider
<
2016-09-20
>
borkdude12:09:09

what’s the cider command for selecting the appropriate nrepl buffer?

borkdude12:09:29

from a library that’s shared between two running applications, it’s ambiguous 🙂

benedek14:09:41

if you are on a project file you C-c C-z if you use the same combo from the REPL it puts you back to source file.

benedek14:09:11

if you use a prefix eg. C-u C-c C-z then the namespace is switched to the namespace of the file you are coming from too. can be pretty handy

benedek14:09:31

for your border case just use the M-x cider-connection-browser

aengelberg21:09:29

Is there a way to configure clojure-mode (perhaps through define-clojure-indent) so that all list forms beginning with a symbol followed by a line-break are indented with 1 space instead of 0?