mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -16,8 +16,7 @@ at point."
|
||||
(defun +clojure/open-repl (&optional arg)
|
||||
"Open a Cider REPL and return the buffer."
|
||||
(interactive "P")
|
||||
(cider-jack-in arg)
|
||||
(current-buffer))
|
||||
(process-buffer (cider-jack-in arg)))
|
||||
|
||||
;;;###autoload
|
||||
(defun +clojure/cider-switch-to-repl-buffer-and-switch-ns ()
|
||||
|
Reference in New Issue
Block a user