Use full emacs for e alias.
This commit is contained in:
parent
938f8676ff
commit
99edb2d161
@ -37,7 +37,7 @@ let
|
||||
exec ${pkgs.emacs29-pgtk}/bin/emacs -q --eval "$INIT_SCRIPT" "''${@}"
|
||||
'';
|
||||
e_shorthand = pkgs.writeShellScriptBin "e" ''
|
||||
exec ${pkgs.emacs29-pgtk}/bin/emacs "''${@}"
|
||||
exec ${pkgs.emacs_full}/bin/emacs "''${@}"
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user