From ae08653cfcacf4efd12769d05bb56b48e7b6e5d0 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 31 Aug 2016 13:04:08 +0200 Subject: emacs: added terraform and hcl modes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 9949e47..22856a8 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -587,4 +587,13 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." (add-to-list 'auto-mode-alist '("Dockerfile\\'" . dockerfile-mode))) +(use-package terraform-mode + :ensure t + :config + + (terraform-format-on-save-mode)) + +(use-package hcl-mode + :ensure t) + ;;; init.el ends here -- cgit v1.2.3