lang/clojure: move command to autoload.el
This commit is contained in:
parent
794b1a94bf
commit
036a645058
2 changed files with 6 additions and 4 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue