summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2018-08-28 12:35:00 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-08-30 20:51:56 +0200
commit8bf420f72477bcf566a9f84227e0eaf860b4ba4c (patch)
treefb737b0f03d067e55325ec8142d08012f96e74bd
parentb68eb5346d5cac2d51b2092e564b861154c84d9b (diff)
Fix linter on Emacs devel
-rw-r--r--cider.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/cider.el b/cider.el
index bf5eccc7..b5a1ad4d 100644
--- a/cider.el
+++ b/cider.el
@@ -215,6 +215,7 @@ By default we favor the project-specific shadow-cljs over the system-wide."
:safe #'stringp
:package-version '(cider . "0.10.0"))
+(define-obsolete-variable-alias 'cider-default-repl-command 'cider-jack-in-default)
(defcustom cider-jack-in-default (if (executable-find "clojure") 'clojure-cli 'lein)
"The default tool to use when doing `cider-jack-in' outside a project.
This value will only be consulted when no identifying file types, i.e.
@@ -232,8 +233,6 @@ to Leiningen."
:safe #'symbolp
:package-version '(cider . "0.9.0"))
-(define-obsolete-variable-alias 'cider-default-repl-command 'cider-jack-in-default)
-
(defcustom cider-preferred-build-tool
nil
"Allow choosing a build system when there are many.