File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ By default we favor the project-specific shadow-cljs over the system-wide."
215
215
:safe #'stringp
216
216
:package-version '(cider . " 0.10.0" ))
217
217
218
+ (define-obsolete-variable-alias 'cider-default-repl-command 'cider-jack-in-default )
218
219
(defcustom cider-jack-in-default (if (executable-find " clojure" ) 'clojure-cli 'lein )
219
220
" The default tool to use when doing `cider-jack-in' outside a project.
220
221
This value will only be consulted when no identifying file types, i.e.
@@ -232,8 +233,6 @@ to Leiningen."
232
233
:safe #'symbolp
233
234
:package-version '(cider . " 0.9.0" ))
234
235
235
- (define-obsolete-variable-alias 'cider-default-repl-command 'cider-jack-in-default )
236
-
237
236
(defcustom cider-preferred-build-tool
238
237
nil
239
238
" Allow choosing a build system when there are many.
You can’t perform that action at this time.
0 commit comments