Ensure EDITOR and similar variables work with EXWM setup

After some confusion about my `emacsclient` is currently working as
expected. Perhaps it always did. I had `emacs --daemon` in my
`~/.xsessionrc.shared` for awhile, which may have confused
`emacsclient`. Whatever happened, I'm glad it's working now.
This commit is contained in:
William Carroll 2020-01-20 22:02:20 +00:00
parent b843e0f8f6
commit 16dfa55df7
2 changed files with 2 additions and 6 deletions

View file

@ -22,7 +22,7 @@ fi
export BROWSER=google-chrome-stable
export TERMINAL=alacritty # temporary; change this back to `st`
export VISUAL=emacsclient
export EDITOR=$VISUAL
export EDITOR=emacsclient
export ALTERNATE_EDITOR=nvim
# Rust integration. Keep here so programs like Emacs can read this value.