From 696b74b5abec4cb4df3e3d57f0814e04365ddaf9 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Tue, 7 Dec 2021 14:10:24 +0300 Subject: [PATCH] Add terraform-mode --- profiles/applications/emacs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/applications/emacs/default.nix b/profiles/applications/emacs/default.nix index 66fb29f..d18c1ac 100644 --- a/profiles/applications/emacs/default.nix +++ b/profiles/applications/emacs/default.nix @@ -81,6 +81,7 @@ in { evil tuareg fira-code-mode + terraform-mode ]; };