aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-04-16 11:04:08 +0800
committergxlin <[email protected]>2021-04-18 09:35:49 +0800
commit8aaabedde4f1ee045c9fedbcf20fecb3d217531a (patch)
treeca246e2a5aac5375a93c5549d0da76d74de12863 /.zshrc
parentc81b6905aa178349c8633ac623ae2cd1d91f88a9 (diff)
downloaddotfiles-8aaabedde4f1ee045c9fedbcf20fecb3d217531a.tar.gz
dotfiles-8aaabedde4f1ee045c9fedbcf20fecb3d217531a.tar.bz2
dotfiles-8aaabedde4f1ee045c9fedbcf20fecb3d217531a.zip
Add a lot of emacs config
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 3429007..0c7e07a 100644
--- a/.zshrc
+++ b/.zshrc
@@ -59,3 +59,5 @@ if ! zplug check --verbose; then
fi
fi
zplug load
+
+alias emacs='emacs -nw'