summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-10-24 20:50:58 +0100
committerLars Wirzenius <liw@liw.fi>2013-10-24 20:50:58 +0100
commita875cc337dabc4363ea073c2c15db012c01e7ef2 (patch)
tree7b8aafeabc05d02a386c1bd8bdde1b38f3e2ec2d /bashrc
parent4d8f8d0eba800ec9d197619cf01fae697cd32694 (diff)
downloadliw-dot-files-a875cc337dabc4363ea073c2c15db012c01e7ef2.tar.gz
Set editor back to plain emacs
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index dda5c10..251fb44 100644
--- a/bashrc
+++ b/bashrc
@@ -96,7 +96,7 @@ umask 002
if command -v emacsclient > /dev/null
then
- export EDITOR="emacsclient --create-frame"
+ export EDITOR=emacs
else
export EDITOR=vi
fi