chore(terraform): cleanup
This commit is contained in:
parent
a931c4d44d
commit
95135255eb
1 changed files with 2 additions and 1 deletions
3
init.el
3
init.el
|
@ -161,7 +161,8 @@
|
|||
:mode "\\.nix\\'")
|
||||
;; terraform
|
||||
(use-package terraform-mode :ensure t
|
||||
:config (add-hook 'terraform-mode-hook #'terraform-format-on-save-mode))
|
||||
:config
|
||||
(add-hook 'terraform-mode-hook #'terraform-format-on-save-mode))
|
||||
;; rego
|
||||
(use-package rego-mode :ensure t)
|
||||
;; vue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue