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

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