Skip to content

Commit 6147c73

Browse files
arichiardibbatsov
authored andcommitted
Modify cider-boot-parameters to match the new boot task
1 parent 2ab2e3e commit 6147c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ version from the CIDER package or library.")
129129
:package-version '(cider . "0.14.0"))
130130

131131
(defcustom cider-boot-parameters
132-
"repl -s -H :: wait"
132+
"nrepl-server -b :: wait"
133133
"Params passed to boot to start an nREPL server via `cider-jack-in'."
134134
:type 'string
135135
:group 'cider

0 commit comments

Comments
 (0)