[CHANGED] EDITOR and VISUAL to emacsclient on darwin.
This commit is contained in:
parent
4e4b27aba1
commit
4338b50f50
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue