summary refs log tree commit diff
path: root/bashrc
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-21 10:09:59 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-21 10:09:59 -0700
commitdd2a5f1cd4f4bfd5d5cf5c5c5ac5e375d4f8b8ad (patch)
treef563b84b343e80d7daae6a273edbf9173070ab3c /bashrc
parent[emacs] a few fixes for emacs. (diff)
downloademacs.d-dd2a5f1cd4f4bfd5d5cf5c5c5ac5e375d4f8b8ad.tar.gz
[bash] fix alias for emacs.
Typo in the alternative editor in emacsclient.
Diffstat (limited to '')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 097fd6a..0ae5e17 100644
--- a/bashrc
+++ b/bashrc
@@ -1,5 +1,5 @@
 export TERM=xterm-256color
-export EDITOR="emacsclient -a enacs -nw"
+export EDITOR="emacsclient -a emacs -nw"
 export HISTFILE=
 export LANG="en_US.UTF-8"
 export LC_ALL="$LANG"