Add terraform-mode package
This commit is contained in:
parent
2bf5a7dd90
commit
069fee264d
1 changed files with 5 additions and 0 deletions
|
@ -418,3 +418,8 @@
|
|||
|
||||
(use-package dockerfile-mode
|
||||
:mode ("\\.dockerfile\\'" . dockerfile-mode))
|
||||
|
||||
(use-package terraform-mode
|
||||
:defer t
|
||||
:custom
|
||||
(terraform-format-on-save t))
|
||||
|
|
Loading…
Add table
Reference in a new issue