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