We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8146bb5 commit 1d051d8Copy full SHA for 1d051d8
doc/modules/ROOT/pages/platforms/nbb.adoc
@@ -17,3 +17,11 @@ or start its bundled nREPL server:
17
and connect to it afterwards using `M-x cider-connect-cljs`.
18
19
NOTE: `cider-jack-in-cljs` works with nbb projects that are using `nbb.edn`.
20
+
21
+== Configuration
22
23
+The jack-in command can be configured via several defcustoms:
24
25
+* `cider-nbb-command` (by default `nbb`)
26
+* `cider-nbb-global-options` (by default `nil`)
27
+* `cider-nbb-parameters` (by default `nrepl-server`)
0 commit comments