summaryrefslogtreecommitdiff
path: root/doc/up_and_running.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/up_and_running.md')
-rw-r--r--doc/up_and_running.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/up_and_running.md b/doc/up_and_running.md
index 8c89faa0..b455331d 100644
--- a/doc/up_and_running.md
+++ b/doc/up_and_running.md
@@ -38,6 +38,15 @@ in it.
In Clojure(Script) buffers the command `cider-jack-in` is bound to <kbd>C-c M-j</kbd>.
+For further customizing the command line used for `cider-jack-in`, you can
+change the following (all string options):
+
+ * `cider-[TOOL]-global-options`: these are passed to the command directly, in
+ first position (e.g. `-o` to `lein` enables offline mode).
+ * `cider-[TOOL]-parameters`: these are usually tasks names and their parameters
+ (e.g.: `dev` for launching boot's dev task instead of the standard `repl -s
+ wait`).
+
## Connect to a running nREPL server
You can go to your project's directory in a terminal and type there