From 2446aab5a76e00157c62e13ec06b09370df3519a Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 11 May 2019 09:24:43 -0400 Subject: tridactyl and shell: use emacs as default editor --- .profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 3ceec12..7d55dfa 100644 --- 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" -- cgit v1.2.3-60-g2f50