[CHANGED] use textmate for $EDITOR, default emacs sucks

This commit is contained in:
Sami Samhuri 2009-11-21 22:25:59 -08:00
parent e44e59e33b
commit d30d7784d7

View file

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