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

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

[nongnu] elpa/cider b3a9b32ee0 4/4: Tweak a defcustom


From: ELPA Syncer
Subject: [nongnu] elpa/cider b3a9b32ee0 4/4: Tweak a defcustom
Date: Fri, 16 Dec 2022 05:58:29 -0500 (EST)

branch: elpa/cider
commit b3a9b32ee0a7cb8b11685de12d857ef7d897380a
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Tweak a defcustom
---
 cider.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cider.el b/cider.el
index 2f9519dbca..20b2a08982 100644
--- a/cider.el
+++ b/cider.el
@@ -251,7 +251,8 @@ By default we favor the project-specific shadow-cljs over 
the system-wide."
   :safe #'stringp
   :package-version '(cider . "1.6.0"))
 
-(defcustom cider-jack-in-default (if (executable-find "clojure") 'clojure-cli 
'lein)
+(defcustom cider-jack-in-default
+  (if (executable-find "clojure") 'clojure-cli 'lein)
   "The default tool to use when doing `cider-jack-in' outside a project.
 This value will only be consulted when no identifying file types, i.e.
 project.clj for leiningen or build.boot for boot, could be found.



reply via email to

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