tweak(infinidoge): remove alternate-editor from editor script
This commit is contained in:
parent
ed02b29574
commit
06a281beac
1 changed files with 2 additions and 2 deletions
|
@ -62,9 +62,9 @@ in
|
|||
editorScript = pkgs.writeScriptBin "emacseditor" ''
|
||||
#!${pkgs.runtimeShell}
|
||||
if [ -z "$1" ]; then
|
||||
exec ${pkg}/bin/emacsclient --create-frame --alternate-editor ${pkg}/bin/emacs
|
||||
exec ${pkg}/bin/emacsclient --create-frame
|
||||
else
|
||||
exec ${pkg}/bin/emacsclient --alternate-editor ${pkg}/bin/emacs "$@"
|
||||
exec ${pkg}/bin/emacsclient "$@"
|
||||
fi
|
||||
'';
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue