Skip to content

Commit 3d47506

Browse files
committed
[Fix #2249] Update the default value for cider-default-repl-command
The name of the defcustom is so bad that it confused even me. :D I'll need to change this, as that's not really a default command, but a default tool, which is something pretty different (depending on your point of view, of course).
1 parent 93c2942 commit 3d47506

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cider.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,7 @@ version from the CIDER package or library.")
210210
:safe #'stringp
211211
:package-version '(cider . "0.10.0"))
212212

213-
(defcustom cider-default-repl-command
214-
cider-clojure-cli-command
213+
(defcustom cider-default-repl-command "clojure-cli"
215214
"The default command and parameters to use when connecting to nREPL.
216215
This value will only be consulted when no identifying file types, i.e.
217216
project.clj for leiningen or build.boot for boot, could be found.

0 commit comments

Comments
 (0)