diff --git a/emacs.d/lang-modes.el b/emacs.d/lang-modes.el index badc5a5..a5ddd78 100644 --- a/emacs.d/lang-modes.el +++ b/emacs.d/lang-modes.el @@ -69,7 +69,9 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (use-package terraform-mode - :ensure t) + :ensure t + :config + (setq terraform-indent-level my-preferred-tab-width)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;