mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/clojure: move command to autoload.el
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user