Skip to content

Commit b47fe53

Browse files
authored
cider-clojure-cli-aliases should be a string value that need to be explicitly stated (#3224)
1 parent 186b497 commit b47fe53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ default to \"powershell\"."
158158
(defcustom cider-clojure-cli-aliases
159159
nil
160160
"A list of aliases to include when using the clojure cli.
161-
Alias names should be of the form `:foo:bar`.
161+
Alias names should be of the form \":foo:bar\".
162162
Leading \"-A\" \"-M\" \"-T\" or \"-X\" are stripped from aliases
163163
then concatenated into the \"-M[your-aliases]:cider/nrepl\" form."
164164
:type 'string

0 commit comments

Comments
 (0)