mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
commit
fe73f8d5b1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# get list of available X windows.
|
# get list of available X windows.
|
||||||
x=`emacsclient --alternate-editor '' --eval '(x-display-list)' 2>/dev/null`
|
x=`emacsclient --alternate-editor '' --eval '(x-display-list)' 2>/dev/null`
|
||||||
|
|
||||||
if [ -z "$x" ] ;then
|
if [ -z "$x" ] || [ "$x" = "nil" ] ;then
|
||||||
# Create one if there is no X window yet.
|
# Create one if there is no X window yet.
|
||||||
emacsclient --alternate-editor "" --create-frame "$@"
|
emacsclient --alternate-editor "" --create-frame "$@"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue