minibug
This commit is contained in:
parent
c61126ec0b
commit
fbb9c693ff
1
em
1
em
|
@ -8,6 +8,7 @@ emacs="$(which emacs 2>/dev/null)"
|
||||||
if [ -x "$emacs" ]; then
|
if [ -x "$emacs" ]; then
|
||||||
if [ -n "$DISPLAY" ]; then
|
if [ -n "$DISPLAY" ]; then
|
||||||
exec "$emacs" -g "$EMACS_GEOMETRY" "$@" &
|
exec "$emacs" -g "$EMACS_GEOMETRY" "$@" &
|
||||||
|
exit 0
|
||||||
else
|
else
|
||||||
exec "$emacs" "$@"
|
exec "$emacs" "$@"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue