summary refs log tree commit diff
path: root/bashrc
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-01-07 16:57:04 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-01-07 16:57:04 -0800
commitfe1e0c96872802720a7650fd104eafc059f1f92c (patch)
tree84803fa750b241f1731c8599e399ecef55a06a46 /bashrc
parent[bash] Set TERM to "xterm-256color" for Emacs. (diff)
downloademacs.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--bashrc2
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"