This commit is contained in:
Jephté Clain 2015-03-06 18:04:36 +04:00
parent c61126ec0b
commit fbb9c693ff
1 changed files with 1 additions and 0 deletions

1
em
View File

@ -8,6 +8,7 @@ emacs="$(which emacs 2>/dev/null)"
if [ -x "$emacs" ]; then
if [ -n "$DISPLAY" ]; then
exec "$emacs" -g "$EMACS_GEOMETRY" "$@" &
exit 0
else
exec "$emacs" "$@"
fi