From d4a914b1ac01a1fe7e18dbf4bd17bf2f5914e667 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 28 Feb 2018 08:45:46 -0800 Subject: [bash] Configure $EDITOR correctly. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 1559986..025b6f1 100755 --- a/bashrc +++ b/bashrc @@ -1,4 +1,4 @@ -export EDITOR="emacs -nw" +export EDITOR="emacsclient -nw" export HISTFILE= export LANG="en_US.UTF-8" export LC_ALL="$LANG" -- cgit 1.4.1