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)
|
(interactive)
|
||||||
(cider-jack-in)
|
(cider-jack-in)
|
||||||
(current-buffer))
|
(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" :quit nil :select nil)
|
||||||
("^\\*cider-repl-history" :vslot 2 :ttl 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
|
(def-package! cider
|
||||||
;; NOTE: if you don't have an org directory set (the dir doesn't exist),
|
;; NOTE: if you don't have an org directory set (the dir doesn't exist),
|
||||||
;; cider jack in won't work.
|
;; cider jack in won't work.
|
||||||
|
Reference in New Issue
Block a user