summary refs log tree commit diff
path: root/zshenv
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-07-29 08:32:33 -0700
committerFranck Cuny <fcuny@twitter.com>2019-07-29 08:32:33 -0700
commit529fb35e0fbb551aace27cfd212aa98a84e224b6 (patch)
tree41c86a2b0adf58b0ee18782413f0db72fa147cc4 /zshenv
parent[emacs] need to load module for company. (diff)
downloademacs.d-529fb35e0fbb551aace27cfd212aa98a84e224b6.tar.gz
[zsh] use `mg` as default editor in the terminal
Diffstat (limited to '')
-rw-r--r--zshenv2
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"