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 e17d817 commit 670256eCopy full SHA for 670256e
cider-mode.el
@@ -201,7 +201,7 @@ See also the related commands `cider-repl-clear-buffer' and
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."]
+ :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