From 68cd4677a92d60afcd1e5dd6e1fea4c077105639 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 27 Oct 2021 16:29:39 +0200 Subject: [PATCH] Add the terraform-mode module --- configuration.org | 7 +++++++ customizations.el | 1 + 2 files changed, 8 insertions(+) diff --git a/configuration.org b/configuration.org index 5c95fc4..33e1c77 100644 --- a/configuration.org +++ b/configuration.org @@ -3607,6 +3607,13 @@ directory. It is available from [[http://plantuml.com/download][here]]. :mode "\\.bats\\'") #+end_src +** Terraform + +#+begin_src emacs-lisp +(use-package terraform-mode + :mode "\\.tf\\'") +#+end_src + * Games ** Gnu Go diff --git a/customizations.el b/customizations.el index d66a542..73831e1 100644 --- a/customizations.el +++ b/customizations.el @@ -177,6 +177,7 @@ spinner sr-speedbar sx + terraform-mode tidal transient ts