@ -10,7 +10,7 @@ if [ -x "$emacs" ]; then
exec "$emacs" -g "$EMACS_GEOMETRY" "$@" &
exit 0
else
exec "$emacs" "$@"
exec "$emacs" -nw "$@"
fi