diff options
Diffstat (limited to '_emacs.d')
-rw-r--r-- | _emacs.d/personal/30-linum.el | 1 | ||||
-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 |