Fix groovy-mode
This commit is contained in:
parent
bea393083c
commit
1ea17598ad
1 changed files with 1 additions and 3 deletions
|
@ -40,9 +40,7 @@
|
||||||
(when (f-exists? (concat (my--project-root) "AndroidManifest.xml"))
|
(when (f-exists? (concat (my--project-root) "AndroidManifest.xml"))
|
||||||
(android-mode +1))))
|
(android-mode +1))))
|
||||||
|
|
||||||
(use-package groovy-mode
|
(use-package groovy-mode :mode "\\.gradle$")
|
||||||
:mode "\\.gradle$"
|
|
||||||
:config (after "auto-complete" (add-to-list 'ac-modes 'groovy-mode)))
|
|
||||||
|
|
||||||
(provide 'init-java)
|
(provide 'init-java)
|
||||||
;;; init-java.el ends here
|
;;; init-java.el ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue