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 = [