diff options
Diffstat (limited to '.bash.d/emacs.sh')
-rw-r--r-- | .bash.d/emacs.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.bash.d/emacs.sh b/.bash.d/emacs.sh index b3c5c53..66b5558 100644 --- a/.bash.d/emacs.sh +++ b/.bash.d/emacs.sh @@ -1,8 +1,5 @@ case "$SELECTED_EDITOR" in emacsclient*) - if [ -n "$DISPLAY" ]; then - export VISUAL="$SELECTED_EDITOR -c" - fi case "$TERM" in eterm*) SELECTED_EDITOR="$SELECTED_EDITOR -n" |