lang/clojure: move command to autoload.el

This commit is contained in:
Henrik Lissner 2018-10-16 02:09:24 -04:00
parent 794b1a94bf
commit 036a645058
2 changed files with 6 additions and 4 deletions

View file

@ -6,3 +6,9 @@
(interactive)
(cider-jack-in)
(current-buffer))
;;;###autoload
(defun +clojure/cider-switch-to-repl-buffer-and-switch-ns ()
"TODO"
(interactive)
(cider-switch-to-repl-buffer t))