Use emacs as the graphical $EDITOR
This commit is contained in:
parent
92d76eb1c5
commit
d7cfb6a84b
1 changed files with 2 additions and 2 deletions
|
@ -263,8 +263,8 @@ if [ -x /usr/bin/yum ] && [ ! -x /usr/bin/dnf ]; then
|
|||
alias dnf='yum'
|
||||
fi
|
||||
|
||||
if test -n "$DISPLAY" && test -x /usr/bin/subl; then
|
||||
export EDITOR="/usr/bin/subl -nw"
|
||||
if test -n "$DISPLAY" && test -x /usr/bin/emacsclient; then
|
||||
export EDITOR="/usr/bin/emacsclient -c -a vi"
|
||||
fi
|
||||
|
||||
if [ -x /usr/bin/svnlite ] && [ ! -x /usr/local/bin/svn ]; then
|
||||
|
|
Loading…
Reference in a new issue