summaryrefslogtreecommitdiff
path: root/lisp/td-mu4e.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/td-mu4e.el')
-rw-r--r--lisp/td-mu4e.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/td-mu4e.el b/lisp/td-mu4e.el
index 6e45fbb..6423507 100644
--- a/lisp/td-mu4e.el
+++ b/lisp/td-mu4e.el
@@ -1,4 +1,6 @@
-;;; -*- lexical-binding: t; -*-
+;;; td-mu4e.el --- the superior email client -*- lexical-binding: t; -*-
+
+;;; Code:
(use-package mu4e
:ensure nil
@@ -61,3 +63,4 @@
(add-hook 'message-send-hook 'org-mime-confirm-when-no-multipart))
(provide 'td-mu4e)
+;;; td-mu4e.el ends here