aboutsummaryrefslogtreecommitdiffstats
path: root/_emacs.d/personal/mu4e.el
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-02-21 15:54:45 +0800
committerAaron LI <aaronly.me@gmail.com>2016-02-21 15:54:45 +0800
commit0f09abda2f69da8298a500995abf7b4d84d1f408 (patch)
treeee6b1e4f608de731bd3f89b69d2f39a61774a924 /_emacs.d/personal/mu4e.el
parent1c5bf9244521b0437978a9a7b4a9ca91a82d8af3 (diff)
downloaddotfiles-0f09abda2f69da8298a500995abf7b4d84d1f408.tar.bz2
prelude emacs: update personal configurations styles
Diffstat (limited to '_emacs.d/personal/mu4e.el')
-rw-r--r--_emacs.d/personal/mu4e.el23
1 files changed, 14 insertions, 9 deletions
diff --git a/_emacs.d/personal/mu4e.el b/_emacs.d/personal/mu4e.el
index 0c63e48..6878d5d 100644
--- a/_emacs.d/personal/mu4e.el
+++ b/_emacs.d/personal/mu4e.el
@@ -1,11 +1,17 @@
-;;; -*- mode: emacs-lisp -*-
-;;; vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=lisp:
-;;;
-;;; mu4e (mu for emacs) configurations
-;;;
-;;; Aaron LI
-;;; 2016-02-21
-;;;
+;;; ~/.emacs.d/personal/mu4e.el --- mu4e (mu for Emacs) configurations
+;;
+;; -*- mode: emacs-lisp -*-
+;; vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=lisp:
+;;
+;; Aaron LI
+;; 2016-02-21
+;;
+
+;;; Commentary:
+;; mu4e (mu for Emacs) configurations
+;; mu (maildir indexer/searcher): https://github.com/djcb/mu
+
+;;; Code:
;; mu4e package path
(add-to-list 'load-path "~/local/emacs/site-lisp/mu4e")
@@ -269,4 +275,3 @@
;; set `mu4e' as emacs' default email program
(setq mail-user-agent 'mu4e-user-agent)
-