diff options
Diffstat (limited to 'emacs/.emacs.d/wpc/email.el')
-rw-r--r-- | emacs/.emacs.d/wpc/email.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/email.el b/emacs/.emacs.d/wpc/email.el index a6b9a7b5a5db..c95eb08bdcec 100644 --- a/emacs/.emacs.d/wpc/email.el +++ b/emacs/.emacs.d/wpc/email.el @@ -1,5 +1,9 @@ -;;; email.el --- My Emacs email settings -*- lexical-binding: t -*- +;;; email.el --- My email settings -*- lexical-binding: t -*- + ;; Author: William Carroll <wpcarro@gmail.com> +;; Version: 0.0.1 +;; URL: https://git.wpcarro.dev/wpcarro/briefcase +;; Package-Requires: ((emacs "24")) ;;; Commentary: ;; Attempting to configure to `notmuch' for my personal use. |