mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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))
|
||||
|
@ -9,10 +9,6 @@
|
||||
("^\\*cider-repl" :quit nil :select nil)
|
||||
("^\\*cider-repl-history" :vslot 2 :ttl nil)))
|
||||
|
||||
(defun +clojure/cider-switch-to-repl-buffer-and-switch-ns ()
|
||||
(interactive)
|
||||
(cider-switch-to-repl-buffer t))
|
||||
|
||||
(def-package! cider
|
||||
;; NOTE: if you don't have an org directory set (the dir doesn't exist),
|
||||
;; cider jack in won't work.
|
||||
|
Reference in New Issue
Block a user