feat(wpcarro/emacs): Support terraform-mode
I "think" this belongs in `wpc-language-support.el`, because I need it mostly to render `*.hcl` files. Change-Id: I93106c4912699245449328608c12d4f7c74b4fff Reviewed-on: https://cl.tvl.fyi/c/depot/+/5563 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
1705ea8c49
commit
d2b1cdc14b
2 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(use-package csharp-mode)
|
||||
(use-package terraform-mode)
|
||||
|
||||
(provide 'wpc-language-support)
|
||||
;;; wpc-language-support.el ends here
|
||||
|
|
|
@ -83,6 +83,7 @@ let
|
|||
elisp-slime-nav
|
||||
py-yapf
|
||||
reason-mode
|
||||
terraform-mode
|
||||
elixir-mode
|
||||
go-mode
|
||||
company
|
||||
|
|
Loading…
Reference in a new issue