lang/clojure: conform command to naming convention
Interactive commands in doom follow the `+module/name` naming convention. `+module|name` is used for hook functions.
This commit is contained in:
parent
4fc7de442e
commit
bef0f39535
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
("^\\*cider-repl" :quit nil :select nil)
|
||||
("^\\*cider-repl-history" :vslot 2 :ttl nil)))
|
||||
|
||||
(defun +clojure|cider-switch-to-repl-buffer-and-switch-ns ()
|
||||
(defun +clojure/cider-switch-to-repl-buffer-and-switch-ns ()
|
||||
(interactive)
|
||||
(cider-switch-to-repl-buffer t))
|
||||
|
||||
|
@ -93,7 +93,7 @@
|
|||
:n "r" #'cider-refresh
|
||||
:n "R" #'cider-restart
|
||||
:n "b" #'cider-switch-to-repl-buffer
|
||||
:n "B" #'+clojure|cider-switch-to-repl-buffer-and-switch-ns
|
||||
:n "B" #'+clojure/cider-switch-to-repl-buffer-and-switch-ns
|
||||
:n "c" #'cider-repl-clear-buffer)))
|
||||
|
||||
(when (featurep! :feature evil +everywhere)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue