diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-07-29 08:32:33 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-07-29 08:32:33 -0700 |
commit | 529fb35e0fbb551aace27cfd212aa98a84e224b6 (patch) | |
tree | 41c86a2b0adf58b0ee18782413f0db72fa147cc4 /zshenv | |
parent | [emacs] need to load module for company. (diff) | |
download | emacs.d-529fb35e0fbb551aace27cfd212aa98a84e224b6.tar.gz |
[zsh] use `mg` as default editor in the terminal
Diffstat (limited to '')
-rw-r--r-- | zshenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zshenv b/zshenv index 68c3eb3..2bef3a9 100644 --- a/zshenv +++ b/zshenv @@ -1,4 +1,4 @@ -export EDITOR="emacsclient -nw" +export EDITOR="mg" export LANG="en_US.UTF-8" export LC_ALL="$LANG" export LC_CTYPE="$LANG" |