Skip to content

Commit 8c41b71

Browse files
ikappakibbatsov
authored andcommitted
Change :0 to localhost:0 for improved readability
1 parent 6b6ad84 commit 8c41b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ By default we favor the project-specific shadow-cljs over the system-wide."
224224
:package-version '(cider . "1.2.0"))
225225

226226
(defcustom cider-babashka-parameters
227-
"nrepl-server :0"
227+
"nrepl-server localhost:0"
228228
"Params passed to babashka to start an nREPL server via `cider-jack-in'."
229229
:type 'string
230230
:safe #'stringp

0 commit comments

Comments
 (0)