We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a8fa0 commit b3a9b32Copy full SHA for b3a9b32
cider.el
@@ -251,7 +251,8 @@ By default we favor the project-specific shadow-cljs over the system-wide."
251
:safe #'stringp
252
:package-version '(cider . "1.6.0"))
253
254
-(defcustom cider-jack-in-default (if (executable-find "clojure") 'clojure-cli 'lein)
+(defcustom cider-jack-in-default
255
+ (if (executable-find "clojure") 'clojure-cli 'lein)
256
"The default tool to use when doing `cider-jack-in' outside a project.
257
This value will only be consulted when no identifying file types, i.e.
258
project.clj for leiningen or build.boot for boot, could be found.
0 commit comments