From fe1e0c96872802720a7650fd104eafc059f1f92c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 7 Jan 2016 16:57:04 -0800 Subject: [bash] the shell waits for emacsclient We need to wait otherwise we have some issues with `git commit` (will figure it out later). --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index ef950bb..e9a1882 100644 --- a/bashrc +++ b/bashrc @@ -1,4 +1,4 @@ -export EDITOR="emacsclient -a '' -n" +export EDITOR="emacsclient -a ''" export HISTFILE= export LANG="en_US.UTF-8" export LC_ALL="$LANG" -- cgit 1.4.1