mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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:
@ -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))
|
||||
|
Reference in New Issue
Block a user