diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-02-24 22:18:06 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-02-24 22:18:06 +0800 |
commit | 112c35a1235aaa384c0154b4bf9378f9dab25964 (patch) | |
tree | 96a96fb86b186e94ebe9b75b453f42bead25fdd8 /_emacs.d/personal/50-mu4e.el | |
parent | ddf95ab8e6d34bfe92b7745aab79d3b8632abaf9 (diff) | |
download | dotfiles-112c35a1235aaa384c0154b4bf9378f9dab25964.tar.bz2 |
_emacs.d/personal: add 30-linum.el and 50-evil.el
Diffstat (limited to '_emacs.d/personal/50-mu4e.el')
-rw-r--r-- | _emacs.d/personal/50-mu4e.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_emacs.d/personal/50-mu4e.el b/_emacs.d/personal/50-mu4e.el index ad80acb..955acd0 100644 --- a/_emacs.d/personal/50-mu4e.el +++ b/_emacs.d/personal/50-mu4e.el @@ -1,4 +1,4 @@ -;;; ~/.emacs.d/personal/mu4e.el --- mu4e (mu for Emacs) configurations +;;; ~/.emacs.d/personal/50-mu4e.el --- mu4e (mu for Emacs) configurations ;; ;; -*- mode: emacs-lisp -*- ;; vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=lisp: @@ -291,3 +291,4 @@ ;; set `mu4e' as emacs' default email program (setq mail-user-agent 'mu4e-user-agent) + |