diff options
author | Luke Shumaker <luke@build-u904-AMD64.(none)> | 2011-05-13 11:05:26 -0400 |
---|---|---|
committer | Luke Shumaker <luke@build-u904-AMD64.(none)> | 2011-05-13 11:05:26 -0400 |
commit | 43f45210630f6491b52af46bc7e85693a3961709 (patch) | |
tree | 65f0f5482f677d4cc0fa7075e13f45f596c9b5c6 /.bash.d | |
parent | 8f31af55544adbf7530f1581a828856a68c8d1b6 (diff) |
Make it so that editor can be called without a filename or other argument
Diffstat (limited to '.bash.d')
-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" |