You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have the option cider-repl-pop-to-buffer-on-connect, which affects what happens when CIDER connects to the REPL. When it's on, the REPL buffer is opened and my cursor is moved to it. When it's off, the REPL buffer is not opened.
I would like the REPL buffer to be opened but my cursor to not be moved to it.
It's not ideal because it means that when I do C-c M-J, only one of the REPLs is opened, instead of both, which is what happens when cider-repl-pop-to-buffer-on-connect is enabled (radian-software/radian#105).
The text was updated successfully, but these errors were encountered:
We have the option
cider-repl-pop-to-buffer-on-connect
, which affects what happens when CIDER connects to the REPL. When it's on, the REPL buffer is opened and my cursor is moved to it. When it's off, the REPL buffer is not opened.I would like the REPL buffer to be opened but my cursor to not be moved to it.
This is my current solution:
It's not ideal because it means that when I do
C-c M-J
, only one of the REPLs is opened, instead of both, which is what happens whencider-repl-pop-to-buffer-on-connect
is enabled (radian-software/radian#105).The text was updated successfully, but these errors were encountered: