tridactyl and shell: use emacs as default editor
[~bandali/configs] / .profile
index 3ceec12..7d55dfa 100644 (file)
--- a/.profile
+++ b/.profile
@@ -1,6 +1,7 @@
 export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
 
-export VISUAL="emacsclient -c"
+export EDITOR="emacsclient -nw"
+export VISUAL="emcl"
 
 export PATH="$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin${PATH:+:}$PATH"