Add groovy-mode
This commit is contained in:
parent
3c4bfa3f1c
commit
56e0d1d972
3
init.el
3
init.el
@ -644,6 +644,9 @@ COMMAND and COMINT are like `compile'."
|
|||||||
;; markdown
|
;; markdown
|
||||||
(use-package markdown-mode)
|
(use-package markdown-mode)
|
||||||
|
|
||||||
|
;; groovy
|
||||||
|
(use-package groovy-mode)
|
||||||
|
|
||||||
;; cmake
|
;; cmake
|
||||||
(require 'cmake-mode)
|
(require 'cmake-mode)
|
||||||
(with-eval-after-load 'cmake-mode
|
(with-eval-after-load 'cmake-mode
|
||||||
|
Loading…
Reference in New Issue
Block a user