aboutsummaryrefslogtreecommitdiffstats
path: root/_emacs.d
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-02-25 22:21:04 +0800
committerAaron LI <aaronly.me@gmail.com>2016-02-25 22:21:04 +0800
commit9df8349d86ec19fc1102b607fe331a3fb749dd52 (patch)
treeb7ff30e484f0c4d6d022057f6aabbd65f8bbb2d1 /_emacs.d
parent7994fc33ee27883d895aad95ea583f227f34f0a3 (diff)
downloaddotfiles-9df8349d86ec19fc1102b607fe331a3fb749dd52.tar.bz2
_emacs.d/personal: 50-mu4e.el -> 60-mu4e.el to change load order
Diffstat (limited to '_emacs.d')
-rw-r--r--_emacs.d/personal/30-linum.el1
-rw-r--r--_emacs.d/personal/60-mu4e.el (renamed from _emacs.d/personal/50-mu4e.el)7
2 files changed, 6 insertions, 2 deletions
diff --git a/_emacs.d/personal/30-linum.el b/_emacs.d/personal/30-linum.el
index fd4a66d..48166b8 100644
--- a/_emacs.d/personal/30-linum.el
+++ b/_emacs.d/personal/30-linum.el
@@ -55,6 +55,7 @@
mu4e-main-mode
mu4e-headers-mode
mu4e-view-mode
+ mu4e-compose-mode
gnus-group-mode
gnus-summary-mode
gnus-article-mode
diff --git a/_emacs.d/personal/50-mu4e.el b/_emacs.d/personal/60-mu4e.el
index c5947b2..7c23ed5 100644
--- a/_emacs.d/personal/50-mu4e.el
+++ b/_emacs.d/personal/60-mu4e.el
@@ -1,4 +1,4 @@
-;;; ~/.emacs.d/personal/50-mu4e.el --- mu4e (mu for Emacs) configurations
+;;; ~/.emacs.d/personal/60-mu4e.el --- mu4e (mu for Emacs) configurations
;;
;; -*- mode: emacs-lisp -*-
;; vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=lisp:
@@ -10,6 +10,9 @@
;;; Commentary:
;; mu4e (mu for Emacs) configurations with some extensions.
;; mu (maildir indexer/searcher): https://github.com/djcb/mu
+;;
+;; NOTE: some of the following key bindings rely the `evil' and
+;; `evil-leader' packages, so make this file load later.
;;; Code:
@@ -331,4 +334,4 @@
"k" 'mu4e-message-kill-buffer
"a" 'mml-attach-file))
-;;; 50-mu4e.el ends here
+;;; 60-mu4e.el ends here