We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cider-repl-switch-to-other
1 parent 8143c4a commit 3a98c1bCopy full SHA for 3a98c1b
cider-repl.el
@@ -901,9 +901,9 @@ text property `cider-old-input'."
901
(defun cider-repl-switch-to-other ()
902
"Switch between the Clojure and ClojureScript REPLs for the current project."
903
(interactive)
904
- (if-let* ((other-connection (cider-other-connection))
+ (if-let* ((other-connection (cider-other-connection)))
905
(switch-to-buffer other-connection)
906
- (message "There's no other REPL for the current project"))))
+ (message "There's no other REPL for the current project")))
907
908
(defvar cider-repl-clear-buffer-hook)
909
0 commit comments