No changes to terraform for emacs29.

This commit is contained in:
Tom Alexander 2023-05-27 13:55:58 -04:00
parent d7326706a3
commit 87589748c2
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@
;; (require 'lang-lua)
;; (require 'lang-terraform)
(require 'lang-terraform)
;; (require 'lang-go)

View File

@ -13,7 +13,6 @@
:custom (hcl-indent-level 2)
:hook (
(hcl-mode . (lambda () (unless (derived-mode-p 'terraform-mode) (add-hook 'before-save-hook 'terraform-fmt nil 'local))))
(hcl-mode . tree-sitter-hl-mode)
)
)