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:
parent
6707987116
commit
ddc468848a
|
@ -68,6 +68,13 @@
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
|
(use-package hcl-mode
|
||||||
|
:ensure t
|
||||||
|
:config
|
||||||
|
(setq hcl-indent-level my-preferred-tab-width))
|
||||||
|
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(use-package terraform-mode
|
(use-package terraform-mode
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Reference in a new issue