summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrea Richiardi <a.richiardi.work@gmail.com>2017-01-22 18:52:00 -0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-01-23 11:28:22 +0700
commita6dcd6302a190f3dc5085e94d3b2c259f061e7ce (patch)
tree940fb2537114615becbec704a5a66eaba4ff4411 /doc
parentefe15912fa66c4f7547e223d3b7ed7142572e059 (diff)
Introduce cider-*-global-options
This will allow users to customize options that are not related to tasks and passed directly to their build tool of choice. For instance: `-o` in `lein -o ....` for offline mode.
Diffstat (limited to 'doc')
-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