Standardize naming of repl handler commands
This commit is contained in:
parent
01fa9ec169
commit
11a6c03d69
6 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue