aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index dd3b611a..e75db5be 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -100,6 +100,8 @@
;; Puppet support; mostly for syntax highlighting
(use-package puppet-mode :ensure t)
+(use-package terraform-mode :ensure t)
+
;; Python notebooks
(use-package ein
:ensure t