Some more stuff
This commit is contained in:
parent
334d17eea0
commit
a04c931dc0
3 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue