Skip to content

Commit b3a9b32

Browse files
committed
Tweak a defcustom
1 parent 14a8fa0 commit b3a9b32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cider.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ By default we favor the project-specific shadow-cljs over the system-wide."
251251
:safe #'stringp
252252
:package-version '(cider . "1.6.0"))
253253

254-
(defcustom cider-jack-in-default (if (executable-find "clojure") 'clojure-cli 'lein)
254+
(defcustom cider-jack-in-default
255+
(if (executable-find "clojure") 'clojure-cli 'lein)
255256
"The default tool to use when doing `cider-jack-in' outside a project.
256257
This value will only be consulted when no identifying file types, i.e.
257258
project.clj for leiningen or build.boot for boot, could be found.

0 commit comments

Comments
 (0)