Skip to content

Commit 95defaa

Browse files
committed
Autoload command aliases
Otherwise they won't be available without requiring cider.el.
1 parent f615669 commit 95defaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cider.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,7 @@ start the server."
918918
(interactive "P")
919919
(cider-jack-in prompt-project 'cljs-too))
920920

921+
;;;###autoload
921922
(defalias 'cider-jack-in-cljs #'cider-jack-in-clojurescript)
922923

923924
;;;###autoload
@@ -957,6 +958,7 @@ the appropriate REPL type in the end."
957958
(with-current-buffer conn
958959
(cider-repl-set-type "cljs"))))
959960

961+
;;;###autoload
960962
(defalias 'cider-connect-cljs #'cider-connect-clojurescript)
961963

962964
(defun cider-current-host ()

0 commit comments

Comments
 (0)