@ -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