summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-12 09:16:11 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-12 09:16:11 +0300
commit2061c76384017b38cd94c70a3c0704eba066f856 (patch)
treebb99699a2f2c459cc2914b777b02cfe70c4a969f /cider.el
parentb6a758f4de44c02c7992a94fb0aa92a012a03850 (diff)
Add a note about the usage of clojure over clj
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index 98b21f7d..817ccf34 100644
--- a/cider.el
+++ b/cider.el
@@ -138,7 +138,9 @@ version from the CIDER package or library.")
(defcustom cider-clojure-cli-command
"clojure"
- "The command used to execute clojure with tools.deps (requires Clojure 1.9+)."
+ "The command used to execute clojure with tools.deps (requires Clojure 1.9+).
+Don't use clj here, as it doesn't work when spawned from Emacs due to
+it using rlwrap."
:type 'string
:group 'cider
:safe #'stringp