summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorAndrea Richiardi <a.richiardi.work@gmail.com>2018-07-19 10:00:44 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-08-06 10:27:20 +0300
commit6147c7379990425ea4c44e4d988850dc3f78289a (patch)
tree8f800b3a61d61e51b2e1ce8fab85743d804c5422 /cider.el
parent2ab2e3e1518d244236443cb82b130b81499050d6 (diff)
Modify cider-boot-parameters to match the new boot 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 462de2f8..a72ffb28 100644
--- a/cider.el
+++ b/cider.el
@@ -129,7 +129,7 @@ version from the CIDER package or library.")
:package-version '(cider . "0.14.0"))
(defcustom cider-boot-parameters
- "repl -s -H :: wait"
+ "nrepl-server -b :: wait"
"Params passed to boot to start an nREPL server via `cider-jack-in'."
:type 'string
:group 'cider