diff options
| author | Alex <alex.corcoles@veecle.io> | 2025-08-20 14:46:14 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-08-20 14:47:37 +0200 |
| commit | 771562fe9574885abcc06a8672b4e482019d6802 (patch) | |
| tree | 7e5aace45c26a166a71e0702fc6e282da4c08622 /emacs/emacs.el | |
| parent | 6c95aac60440f0d9ce11304c8f2771a35e47f355 (diff) | |
Add terraform-mode
Diffstat (limited to 'emacs/emacs.el')
| -rw-r--r-- | emacs/emacs.el | 2 |
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 |
