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:
daanturo 2021-04-16 23:22:30 +07:00
parent 8b124db899
commit a7753dd058
2 changed files with 2 additions and 2 deletions

View file

@ -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)