mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-16 07:10:50 -08:00
Fix typo: Groovy_SDK -> Groovy_JDK
This commit is contained in:
parent
0e4f2fa578
commit
849ca9b79f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,6 +45,6 @@ If the depth is 2, the first two directories are removed: net.lissner.game.")
|
|||
(use-package! groovy-mode
|
||||
:mode "\\.g\\(?:radle\\|roovy\\)$"
|
||||
:config
|
||||
(set-docsets! 'groovy-mode "Groovy" "Groovy_SDK")
|
||||
(set-docsets! 'groovy-mode "Groovy" "Groovy_JDK")
|
||||
(set-eval-handler! 'groovy-mode "groovy")
|
||||
(set-repl-handler! 'groovy-mode #'+java/groovy-open-repl))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue