groovy-mode: wider net for file pattern
This commit is contained in:
parent
db55100f76
commit
310cfad4e2
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
(use-package groovy-mode
|
(use-package groovy-mode
|
||||||
:functions (is-groovy-mode)
|
:functions (is-groovy-mode)
|
||||||
:mode "\\.gradle$")
|
:mode ("\\.gradle$" "\\.gvy$" "\\.groovy$"))
|
||||||
|
|
||||||
(provide 'module-java)
|
(provide 'module-java)
|
||||||
;;; module-java.el ends here
|
;;; module-java.el ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue