mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add scala-mode2 and nand2tetris.el
This commit is contained in:
@ -37,7 +37,10 @@
|
||||
|
||||
(use-package groovy-mode
|
||||
:functions (is-groovy-mode)
|
||||
:mode ("\\.gradle$" "\\.gvy$" "\\.groovy$"))
|
||||
:mode "\\.\\(gradle\\|gvy\\|groovy\\)$")
|
||||
|
||||
(use-package scala-mode2
|
||||
:mode ("\\.\\(scala\\|sbt\\)$" . scala-mode))
|
||||
|
||||
(provide 'module-java)
|
||||
;;; module-java.el ends here
|
||||
|
Reference in New Issue
Block a user