Use full emacs for e alias.

This commit is contained in:
Tom Alexander 2025-01-19 23:15:08 -05:00
parent 938f8676ff
commit 99edb2d161
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -37,7 +37,7 @@ let
exec ${pkgs.emacs29-pgtk}/bin/emacs -q --eval "$INIT_SCRIPT" "''${@}" exec ${pkgs.emacs29-pgtk}/bin/emacs -q --eval "$INIT_SCRIPT" "''${@}"
''; '';
e_shorthand = pkgs.writeShellScriptBin "e" '' e_shorthand = pkgs.writeShellScriptBin "e" ''
exec ${pkgs.emacs29-pgtk}/bin/emacs "''${@}" exec ${pkgs.emacs_full}/bin/emacs "''${@}"
''; '';
in in
{ {