Add groovy-mode

This commit is contained in:
2023-12-01 13:15:13 -08:00
parent 3c4bfa3f1c
commit 56e0d1d972

View File

@ -644,6 +644,9 @@ COMMAND and COMINT are like `compile'."
;; markdown
(use-package markdown-mode)
;; groovy
(use-package groovy-mode)
;; cmake
(require 'cmake-mode)
(with-eval-after-load 'cmake-mode