[CHANGED] use textmate for $EDITOR, default emacs sucks
This commit is contained in:
parent
e44e59e33b
commit
d30d7784d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue