From 43f45210630f6491b52af46bc7e85693a3961709 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 13 May 2011 11:05:26 -0400 Subject: Make it so that editor can be called without a filename or other argument --- .bash.d/emacs.sh | 3 --- 1 file changed, 3 deletions(-) (limited to '.bash.d') 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" -- cgit v1.2.3-54-g00ecf