Add doc for +java/groovy-open-repl
This commit is contained in:
parent
c3d22346ad
commit
0e4f2fa578
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue