Added some doom packages.

This commit is contained in:
Joachim Nielandt 2022-02-25 11:07:30 +01:00
parent 0f9873af19
commit 606d822aa6

View File

@ -52,5 +52,7 @@
; install clojure and cider ; install clojure and cider
(package! cider) (package! cider)
; rectify some lacking bindings for evil mode ; rectify some lacking bindings for evil mode
; (package! evil-collection) (package! evil-collection)
(package! groovy-mode) (package! groovy-mode)
; allows the terraform files to be properly read
(package! terraform-mode)