This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
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
If I have multiple cider-jack-in
going, how do I quit ONE of them but leave the others running?
M-x cider-quit
and cider-quit
in the REPL buffer closes all of them.
Reading the code, the answers seems to be M-x nrepl-close
A README.md
update seems to be required.