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 \"\""; }; };