summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2023-03-04 17:04:21 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2023-03-04 17:06:59 +0100
commit507097cba89eaf6824d815f6432cb337e56a3507 (patch)
treed164b70b90fe38c78076c8fc28584371b1218386 /modules
parentbf1d92ae0929aa541673880a616f5f9c3d05cf69 (diff)
home: emacs: add alias to create frame
Diffstat (limited to 'modules')
-rw-r--r--modules/home-manager/personal/programs/emacs.nix1
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 =