From ceb6a8075e1b6e1228b7c75a8da36ed520d32b5f Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Tue, 28 Feb 2023 18:26:57 +0100 Subject: home: set EDITOR to open emacs in tty --- modules/home-manager/personal/programs/emacs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home-manager/personal/programs/emacs.nix') diff --git a/modules/home-manager/personal/programs/emacs.nix b/modules/home-manager/personal/programs/emacs.nix index 2189541..cd1f40c 100644 --- a/modules/home-manager/personal/programs/emacs.nix +++ b/modules/home-manager/personal/programs/emacs.nix @@ -26,7 +26,7 @@ in { client.enable = lib.mkDefault true; startWithUserSession = lib.mkDefault true; }; - home.sessionVariables.EDITOR = "emacsclient --create-frame"; + home.sessionVariables.EDITOR = "emacsclient --tty"; # add some packages necessary in spacemacs programs.emacs.extraPackages = -- cgit v1.2.3