From ddc468848aabd1ec90152e3d8038f1b70df4b385 Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 20 Jan 2025 14:45:13 -0500 Subject: [PATCH] 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 --- emacs.d/lang-modes.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emacs.d/lang-modes.el b/emacs.d/lang-modes.el index a5ddd78..4a85c74 100644 --- a/emacs.d/lang-modes.el +++ b/emacs.d/lang-modes.el @@ -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