diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-01-07 16:57:04 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-01-07 16:57:04 -0800 |
commit | fe1e0c96872802720a7650fd104eafc059f1f92c (patch) | |
tree | 84803fa750b241f1731c8599e399ecef55a06a46 | |
parent | [bash] Set TERM to "xterm-256color" for Emacs. (diff) | |
download | emacs.d-fe1e0c96872802720a7650fd104eafc059f1f92c.tar.gz |
[bash] the shell waits for emacsclient
We need to wait otherwise we have some issues with `git commit` (will figure it out later).
Diffstat (limited to '')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |