diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/personal/programs/emacs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/personal/programs/emacs.nix b/modules/home-manager/personal/programs/emacs.nix index d8dbc8d..bf5bb0f 100644 --- a/modules/home-manager/personal/programs/emacs.nix +++ b/modules/home-manager/personal/programs/emacs.nix @@ -27,6 +27,7 @@ in { startWithUserSession = lib.mkDefault true; }; home.sessionVariables.EDITOR = "emacsclient --tty"; + home.shellAliases.editor = "emacsclient --create-frame"; # add some packages necessary in spacemacs programs.emacs.extraPackages = |
