Skip to content

Commit 2288746

Browse files
committed
Update a few menu entries
1 parent d0ba5c3 commit 2288746

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

cider-mode.el

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,8 @@ See also the related commands `cider-repl-clear-buffer' and
199199
("ClojureScript"
200200
["Start a Clojure REPL, and a ClojureScript REPL" cider-jack-in-clojurescript
201201
:help "Starts an nREPL server, connects a Clojure REPL to it, and then a ClojureScript REPL.
202-
Configure `cider-cljs-*-repl' to change the ClojureScript REPL to use for your build tool."]
203-
["Create a ClojureScript REPL from a Clojure REPL" cider-create-sibling-cljs-repl]
204-
["Form for launching a ClojureScript REPL via Leiningen" (customize-variable 'cider-cljs-lein-repl)]
205-
["Form for launching a ClojureScript REPL via Boot" (customize-variable 'cider-cljs-boot-repl)]
206-
["Form for launching a ClojureScript REPL via Gradle" (customize-variable 'cider-cljs-gradle-repl)])
202+
Configure `cider-cljs-repl-types' to change the ClojureScript REPL to use for your build tool."]
203+
["Create a ClojureScript REPL from a Clojure REPL" cider-create-sibling-cljs-repl])
207204
"--"
208205
["Connection info" cider-display-connection-info
209206
:active cider-connections]

0 commit comments

Comments
 (0)