[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
|
# default editors
|
||||||
if mac; then
|
if mac; then
|
||||||
export EDITOR="emacs"
|
export EDITOR="mate -w"
|
||||||
export VISUAL="mate -w"
|
export VISUAL="mate -w"
|
||||||
elif linux; then
|
elif linux; then
|
||||||
export EDITOR="emacs -nw"
|
export EDITOR="emacs -nw"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue