mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Rename Groovy REPL command
+java/groovy-open-repl -> +java/open-groovy-repl: the old name's format can't be found via `+eval-open-repl`
This commit is contained in:
@ -73,7 +73,7 @@ root)."
|
||||
"ClassName"))
|
||||
|
||||
;;;###autoload
|
||||
(defun +java/groovy-open-repl ()
|
||||
(defun +java/open-groovy-repl ()
|
||||
"Open a Groovy REPL."
|
||||
(interactive)
|
||||
(call-interactively #'run-groovy)
|
||||
|
Reference in New Issue
Block a user