summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-10-18 00:11:25 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-10-18 00:11:25 +0200
commit9185fe1e9a74d85456c7d583ea62e1c7b68d23aa (patch)
tree6250694f0ba84c3609befe5d7d70fde40405f421 /cider.el
parentd4dd66196534c94e400fea1929cf56eb569dab47 (diff)
Update the Clojure CLI jack-in command
Now that nREPL supports this directly we no longer need to go through cider-nrepl.main.
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index ef35699c..72708934 100644
--- a/cider.el
+++ b/cider.el
@@ -156,7 +156,7 @@ it using rlwrap."
:package-version '(cider . "0.17.0"))
(defcustom cider-clojure-cli-parameters
- "-e '(require (quote cider-nrepl.main)) (cider-nrepl.main/init %s)'"
+ "-m nrepl.cmdline --middleware %s"
"Params passed to clojure to start an nREPL server via `cider-jack-in'.
This is evaluated using `format', with the first argument being the Clojure
vector of middleware variables as a string."