We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9317479 commit 3c0fd75Copy full SHA for 3c0fd75
cider.el
@@ -1249,10 +1249,6 @@ you're working on."
1249
:safe #'symbolp
1250
:package-version '(cider . "0.17.0"))
1251
1252
-(make-obsolete-variable 'cider-cljs-lein-repl 'cider-default-cljs-repl "0.17")
1253
-(make-obsolete-variable 'cider-cljs-boot-repl 'cider-default-cljs-repl "0.17")
1254
-(make-obsolete-variable 'cider-cljs-gradle-repl 'cider-default-cljs-repl "0.17")
1255
-
1256
(defvar cider--select-cljs-repl-history nil)
1257
(defun cider-select-cljs-repl (&optional default)
1258
"Select the ClojureScript REPL to use with `cider-jack-in-cljs'.
0 commit comments