emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider b47fe53b39: `cider-clojure-cli-aliases` should be a


From: ELPA Syncer
Subject: [nongnu] elpa/cider b47fe53b39: `cider-clojure-cli-aliases` should be a string value that need to be explicitly stated (#3224)
Date: Thu, 21 Jul 2022 11:58:17 -0400 (EDT)

branch: elpa/cider
commit b47fe53b39184b03b413284139d81b255d559db9
Author: ⸮o-o ? | vimfun <851484+vimfun@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    `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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]