Skip to content

Commit

Permalink
Revert "emacs: route stdout/err to file"
Browse files Browse the repository at this point in the history
This reverts commit cf6e753.
  • Loading branch information
tkareine committed Jan 9, 2023
1 parent 2d40a5d commit 9046ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/emacs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ if [[ ! -x $bin ]]; then
exit 1
fi

exec "$bin" "$@" >/tmp/emacs-out.log 2>&1
exec "$bin" "$@"

0 comments on commit 9046ccf

Please sign in to comment.