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.
1 parent 2288746 commit e17d817Copy full SHA for e17d817
cider-mode.el
@@ -200,6 +200,8 @@ See also the related commands `cider-repl-clear-buffer' and
200
["Start a Clojure REPL, and a ClojureScript REPL" cider-jack-in-clojurescript
201
:help "Starts an nREPL server, connects a Clojure REPL to it, and then a ClojureScript REPL.
202
Configure `cider-cljs-repl-types' to change the ClojureScript REPL to use for your build tool."]
203
+ ["Connect to a ClojureScript REPL" cider-connect-clojurescript
204
+ :help "Connects to a ClojureScript REPL that's already running."]
205
["Create a ClojureScript REPL from a Clojure REPL" cider-create-sibling-cljs-repl])
206
"--"
207
["Connection info" cider-display-connection-info
0 commit comments