Merge pull request #4874 from daanturo/rename-groovy-repl
Fix Groovy REPL's command name
This commit is contained in:
commit
85d4f96238
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -48,4 +48,4 @@ If the depth is 2, the first two directories are removed: net.lissner.game.")
|
|||
:config
|
||||
(set-docsets! 'groovy-mode "Groovy" "Groovy_JDK")
|
||||
(set-eval-handler! 'groovy-mode "groovy")
|
||||
(set-repl-handler! 'groovy-mode #'+java/groovy-open-repl))
|
||||
(set-repl-handler! 'groovy-mode #'+java/open-groovy-repl))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue