summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-08-26 19:18:33 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-08-26 19:18:33 +0200
commit9a1171b219ae14f21cf62071e6aa8480dd2f3b4b (patch)
tree8993155c02231f00455c3868f88d243770d58a53 /cider.el
parent5e7011e08b92bc2db234bf5862a4d0abce3fd5fd (diff)
Fix the name of the boot nrepl-server task
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index dba86d94..bf5eccc7 100644
--- a/cider.el
+++ b/cider.el
@@ -130,7 +130,7 @@ version from the CIDER package or library.")
:package-version '(cider . "0.14.0"))
(defcustom cider-boot-parameters
- "nrepl-server -b :: wait"
+ "cider.tasks/nrepl-server -b :: wait"
"Params passed to boot to start an nREPL server via `cider-jack-in'."
:type 'string
:group 'cider