Some more stuff

This commit is contained in:
John Doty 2022-10-26 13:15:15 +00:00
parent 334d17eea0
commit a04c931dc0
3 changed files with 9 additions and 2 deletions

View file

@ -1184,5 +1184,12 @@ Or, uh, Objective C, I guess."
;; =================================================================
(use-package deadgrep :ensure)
;; =================================================================
;; Terraform
;; =================================================================
(use-package terraform-mode :ensure
:mode "\\.tf(vars)?\\'"
:config (add-hook 'terraform-mode-hook #'terraform-format-on-save-mode))
;;; init.el ends here