Skip to content

Commit

Permalink
cider-clojure-cli-aliases should be a string value that need to be …
Browse files Browse the repository at this point in the history
…explicitly stated (#3224)
  • Loading branch information
vimfu authored Jul 21, 2022
1 parent 186b497 commit b47fe53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b47fe53

Please sign in to comment.