branch: elpa/cider
commit b47fe53b39184b03b413284139d81b255d559db9
Author: ⸮o-o ? | vimfun <[email protected]>
Commit: GitHub <[email protected]>
`cider-clojure-cli-aliases` should be a string value that need to be
explicitly stated (#3224)
---
cider.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cider.el b/cider.el
index 481837e4bb..4614900476 100644
--- a/cider.el
+++ b/cider.el
@@ -158,7 +158,7 @@ default to \"powershell\"."
(defcustom cider-clojure-cli-aliases
nil
"A list of aliases to include when using the clojure cli.
-Alias names should be of the form `:foo:bar`.
+Alias names should be of the form \":foo:bar\".
Leading \"-A\" \"-M\" \"-T\" or \"-X\" are stripped from aliases
then concatenated into the \"-M[your-aliases]:cider/nrepl\" form."
:type 'string