1 2 3 4 5 6 7
# Default programs export EDITOR="$(which emacsclient) -nc" export ALTERNATE_EDITOR= export VISUAL="$EDITOR" alias e="$EDITOR"