about summary refs log tree commit diff
path: root/configs/shared/.profile
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-20T22·02+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-22T21·13+0000
commit16dfa55df7477d710b56c449cd4edfd3cb7d365c (patch)
tree31b9e0a6483de32028d6fa96259f6fe1dbc43d29 /configs/shared/.profile
parentb843e0f8f62248c5902beca54466e8025c254773 (diff)
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.
Diffstat (limited to 'configs/shared/.profile')
-rw-r--r--configs/shared/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/.profile b/configs/shared/.profile
index 57f87751b8df..c53a0164d438 100644
--- a/configs/shared/.profile
+++ b/configs/shared/.profile
@@ -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.