diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-28 18:26:57 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-28 18:28:44 +0100 |
| commit | ceb6a8075e1b6e1228b7c75a8da36ed520d32b5f (patch) | |
| tree | ba177e4ee63a651712655b5285bbe37f7b5912f4 /modules/home-manager/personal/programs/emacs.nix | |
| parent | 70d60e5ee6d1092f765807b8483c9c16d2afa678 (diff) | |
home: set EDITOR to open emacs in tty
Diffstat (limited to 'modules/home-manager/personal/programs/emacs.nix')
| -rw-r--r-- | modules/home-manager/personal/programs/emacs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |
