summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-03-24 18:50:56 +0700
committerBozhidar Batsov <bozhidar@batsov.com>2018-03-24 18:50:56 +0700
commit3d47506215d3bcc7bec53769b1e13ef353f50e64 (patch)
treef78582872bc167cf243f17df9e8e9393ec29936c /cider.el
parent93c294210492bc079118961dfcee249cf7de7196 (diff)
[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).
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/cider.el b/cider.el
index 40f8bbcd..4147c11c 100644
--- a/cider.el
+++ b/cider.el
@@ -210,8 +210,7 @@ version from the CIDER package or library.")
:safe #'stringp
:package-version '(cider . "0.10.0"))
-(defcustom cider-default-repl-command
- cider-clojure-cli-command
+(defcustom cider-default-repl-command "clojure-cli"
"The default command and parameters to use when connecting to nREPL.
This value will only be consulted when no identifying file types, i.e.
project.clj for leiningen or build.boot for boot, could be found.