mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Standardize naming of repl handler commands
This commit is contained in:
@ -13,7 +13,7 @@ at point."
|
||||
;;; Commands
|
||||
|
||||
;;;###autoload
|
||||
(defun +clojure/repl (&optional arg)
|
||||
(defun +clojure/open-repl (&optional arg)
|
||||
"Open a Cider REPL and return the buffer."
|
||||
(interactive "P")
|
||||
(cider-jack-in arg)
|
||||
|
Reference in New Issue
Block a user