You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/basics/up_and_running.adoc
+16
Original file line number
Diff line number
Diff line change
@@ -358,6 +358,22 @@ reads for the host and port prompts when you invoke
358
358
("host-b" "7888")))
359
359
----
360
360
361
+
If you wish to bypass the prompts entirely, you can configure the variables
362
+
`cider-connect-default-params` and `cider-connect-default-cljs-params`
363
+
on a per-project basis using https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html[.dir-locals.el].
364
+
365
+
The following configuration allows you to type kbd:[M-x] `cider-connect-clj&cljs` kbd:[RET] and instantly connect to both JVM and shadow-cljs REPLs without answering any prompts – useful when the project always uses the same fixed endpoints for its nREPL servers.
0 commit comments