Fork me on GitHub
#cider
<
2015-09-12
>
boz01:09:31

Got past my cider vs emacs issue. I must have mucked up my emacs settings at some point. A fresh install, with Prelude, and using 0.10.0-SNAPSHOT for boot all works

martintrojer18:09:09

If I have multiple cider-jack-in going, how do I quit ONE of them but leave the others running?

martintrojer18:09:27

M-x cider-quit and cider-quit in the REPL buffer closes all of them.

martintrojer18:09:47

Reading the code, the answers seems to be M-x nrepl-close

martintrojer18:09:58

A README.md update seems to be required.

bhauman20:09:13

Just want to let CLJS cider users know that the latest figwheel 0.4.0-SNAPSHOT allows you to configure middleware so folks can use the figwheel nrepl connection. In fact it would be great to get some experienced folks trying it out.