add hcl-mode package explicitly

it gets included with terraform-mode anyway as a dependency, and well,
it might be useful to include as there is other stuff which uses hcl
config files ... meh
This commit is contained in:
Gered 2025-01-20 14:45:13 -05:00
parent 6707987116
commit ddc468848a

View file

@ -68,6 +68,13 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(use-package hcl-mode
:ensure t
:config
(setq hcl-indent-level my-preferred-tab-width))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(use-package terraform-mode
:ensure t
:config