branch: elpa/cider
commit b3a9b32ee0a7cb8b11685de12d857ef7d897380a
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    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