Skip to content

Commit 8bf420f

Browse files
vspinubbatsov
authored andcommitted
Fix linter on Emacs devel
1 parent b68eb53 commit 8bf420f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cider.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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.
220221
This 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.

0 commit comments

Comments
 (0)