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 670256e commit 12735adCopy full SHA for 12735ad
cider.el
@@ -918,6 +918,8 @@ start the server."
918
(interactive "P")
919
(cider-jack-in prompt-project 'cljs-too))
920
921
+(defalias 'cider-jack-in-cljs #'cider-jack-in-clojurescript)
922
+
923
;;;###autoload
924
(defun cider-connect (host port &optional project-dir)
925
"Connect to an nREPL server identified by HOST and PORT.
@@ -955,6 +957,8 @@ the appropriate REPL type in the end."
955
957
(with-current-buffer conn
956
958
(cider-repl-set-type "cljs"))))
959
960
+(defalias 'cider-connect-cljs #'cider-connect-clojurescript)
961
962
(defun cider-current-host ()
963
"Retrieve the current host."
964
(if (and (stringp buffer-file-name)
0 commit comments