diff --git a/emacs.d/lang-modes.el b/emacs.d/lang-modes.el index 05f4b23..f5445a6 100644 --- a/emacs.d/lang-modes.el +++ b/emacs.d/lang-modes.el @@ -68,6 +68,11 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(use-package terraform-mode + :ensure t) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + (use-package php-mode :ensure t)