em: forcer -nw en mode non display

This commit is contained in:
Jephte CLAIN 2016-05-17 11:17:16 +04:00
parent e74d9e4a46
commit 86a5787510
1 changed files with 1 additions and 1 deletions

2
em
View File

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