From 810d2ae787c9edcce5eb28b143fcf331ba8b3f88 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 22 Nov 2023 21:52:34 +0100 Subject: [PATCH] pinwheel: Set `e` as `$TIG_EDITOR` --- hosts/pinwheel/modules/emacs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/modules/emacs/default.nix b/hosts/pinwheel/modules/emacs/default.nix index e0263c3..49fbf66 100644 --- a/hosts/pinwheel/modules/emacs/default.nix +++ b/hosts/pinwheel/modules/emacs/default.nix @@ -25,6 +25,7 @@ in home.sessionVariables = { EDITOR = "${e}/bin/e $@"; VISUAL = "${e}/bin/e $@"; + TIG_EDITOR = "${e}/bin/e $@"; }; home.packages = [