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."
215215 :safe #'stringp
216216 :package-version '(cider . " 0.10.0" ))
217217
218+ (define-obsolete-variable-alias 'cider-default-repl-command 'cider-jack-in-default )
218219(defcustom cider-jack-in-default (if (executable-find " clojure" ) 'clojure-cli 'lein )
219220 " The default tool to use when doing `cider-jack-in' outside a project.
220221This value will only be consulted when no identifying file types, i.e.
@@ -232,8 +233,6 @@ to Leiningen."
232233 :safe #'symbolp
233234 :package-version '(cider . " 0.9.0" ))
234235
235- (define-obsolete-variable-alias 'cider-default-repl-command 'cider-jack-in-default )
236-
237236(defcustom cider-preferred-build-tool
238237 nil
239238 " Allow choosing a build system when there are many.
You can’t perform that action at this time.
0 commit comments