diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-21 10:09:59 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-21 10:09:59 -0700 |
commit | dd2a5f1cd4f4bfd5d5cf5c5c5ac5e375d4f8b8ad (patch) | |
tree | f563b84b343e80d7daae6a273edbf9173070ab3c | |
parent | [emacs] a few fixes for emacs. (diff) | |
download | emacs.d-dd2a5f1cd4f4bfd5d5cf5c5c5ac5e375d4f8b8ad.tar.gz |
[bash] fix alias for emacs.
Typo in the alternative editor in emacsclient.
Diffstat (limited to '')
-rw-r--r-- | bashrc | 2 |
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" |