-
-
Notifications
You must be signed in to change notification settings - Fork 652
Closed
Labels
Description
cider-quit
closes all cider sessions by default and it easy to close all projects at once by mistake. I think it should work the other way around: by default close only the current session, and with C-u prefix close all CIDER sessions. y-or-n
query should not be necessary in either case.
I think this is what C-c C-q does everywhere else in emacs. So it's a pretty standard behavior.
cider-restart
quits all sessions but restarts only the current session. This is clearly a bug but it is suggestive that behavior should be similar to cider-quit
: by default restart the current session, with C-u restart all session.