mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Add doc for +java/groovy-open-repl
This commit is contained in:
@ -74,6 +74,7 @@ root)."
|
|||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +java/groovy-open-repl ()
|
(defun +java/groovy-open-repl ()
|
||||||
|
"Open a Groovy REPL."
|
||||||
(interactive)
|
(interactive)
|
||||||
(call-interactively #'run-groovy)
|
(call-interactively #'run-groovy)
|
||||||
(pop-to-buffer groovy-buffer))
|
(pop-to-buffer groovy-buffer))
|
||||||
|
Reference in New Issue
Block a user