[CHANGED] EDITOR and VISUAL to emacsclient on darwin.

This commit is contained in:
Sami Samhuri 2009-11-24 12:08:06 -08:00
parent 4e4b27aba1
commit 4338b50f50

View file

@ -23,8 +23,8 @@ fi
# default editors
if mac; then
export EDITOR="mate -w"
export VISUAL="mate -w"
export EDITOR="emacsclient"
export VISUAL="emacsclient"
elif linux; then
export EDITOR="emacs -nw"
export VISUAL="emacs"