summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-04-25 22:23:14 -0500
committerBozhidar Batsov <bozhidar@batsov.com>2018-04-25 22:23:14 -0500
commit2288746b8e12af90ffa7960f99c95fa5a4eb5342 (patch)
tree8693fcbb5249319f22d2a88adf0ae6dd87e6b7cb /cider-mode.el
parentd0ba5c3b1aa1d493216e6635e5c139093910472c (diff)
Update a few menu entries
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el7
1 files changed, 2 insertions, 5 deletions
diff --git a/cider-mode.el b/cider-mode.el
index bca0054e..d2618d32 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -199,11 +199,8 @@ See also the related commands `cider-repl-clear-buffer' and
("ClojureScript"
["Start a Clojure REPL, and a ClojureScript REPL" cider-jack-in-clojurescript
:help "Starts an nREPL server, connects a Clojure REPL to it, and then a ClojureScript REPL.
-Configure `cider-cljs-*-repl' to change the ClojureScript REPL to use for your build tool."]
- ["Create a ClojureScript REPL from a Clojure REPL" cider-create-sibling-cljs-repl]
- ["Form for launching a ClojureScript REPL via Leiningen" (customize-variable 'cider-cljs-lein-repl)]
- ["Form for launching a ClojureScript REPL via Boot" (customize-variable 'cider-cljs-boot-repl)]
- ["Form for launching a ClojureScript REPL via Gradle" (customize-variable 'cider-cljs-gradle-repl)])
+Configure `cider-cljs-repl-types' to change the ClojureScript REPL to use for your build tool."]
+ ["Create a ClojureScript REPL from a Clojure REPL" cider-create-sibling-cljs-repl])
"--"
["Connection info" cider-display-connection-info
:active cider-connections]