diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-02-25 13:05:55 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-02-25 13:05:55 +0800 |
commit | a68584ff3e942c43580dc04ab7494c3ae73fc8dd (patch) | |
tree | 5a71230c9fa378fd4db38cdcf397ce6b6184cfe1 /_zsh | |
parent | c97b0a8c3b1d89887a868444893c58c73064b745 (diff) | |
download | dotfiles-a68584ff3e942c43580dc04ab7494c3ae73fc8dd.tar.bz2 |
Tune zsh configurations.
_zshrc: place 'aliases.zsh' to the last
_zsh/emacs.zsh: add alias 'mu4e'
Diffstat (limited to '_zsh')
-rw-r--r-- | _zsh/emacs.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_zsh/emacs.zsh b/_zsh/emacs.zsh index 501ddb2..b1ace40 100644 --- a/_zsh/emacs.zsh +++ b/_zsh/emacs.zsh @@ -26,6 +26,8 @@ alias e=emacs alias eeval='_emacsclient --eval' # Create a new X frame alias eframe='_emacsclient --create-frame --no-wait' +# mu4e +alias mu4e='eframe -e "(mu4e)" -F "((width . 100) (height . 40))"' # Write to stdout the path to the file opened in the current buffer function efile() { |