dotfiles/.config/environment/editor

5 lines
250 B
Text

# keep-sorted start
export EDITOR="emacsclient --create-frame --no-window-system"
export SUDO_EDITOR="/usr/local/bin/emacs --no-init-file --no-splash --no-window-system"
export VISUAL="emacsclient --create-frame --no-window-system"
# keep-sorted end