From 6770a9182075618c06e06ea7ef336ec704943e32 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Tue, 27 Aug 2024 01:08:19 -0700 Subject: [PATCH] fix(nix): add emacs aliases to fish shell config Signed-off-by: Lucas Sta Maria --- nix/hosts/framework/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/hosts/framework/home.nix b/nix/hosts/framework/home.nix index 0606455..ba1f65d 100644 --- a/nix/hosts/framework/home.nix +++ b/nix/hosts/framework/home.nix @@ -153,6 +153,9 @@ psax = "ps -ax | grep -i"; ls = "eza"; ll = "eza --all --long"; + e = "emacs"; + ed = "emacs --daemon"; + ec = "emacsclient -n -c -a \"\""; }; };