dotfiles/.config/environment.d/editor.conf

5 lines
229 B
Text

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