summary refs log tree commit diff
path: root/emacs/custom/fcuny-notmuch.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom/fcuny-notmuch.el')
-rw-r--r--emacs/custom/fcuny-notmuch.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-notmuch.el b/emacs/custom/fcuny-notmuch.el
index b3a81f2..3334733 100644
--- a/emacs/custom/fcuny-notmuch.el
+++ b/emacs/custom/fcuny-notmuch.el
@@ -1,3 +1,9 @@
+;;; fcuny-notmuch.el --- Configures notmuch
+;;; Commentary:
+;;; Code:
+
+(require 'use-package)
+
 (use-package notmuch
   :ensure t
   :if (executable-find "notmuch")
@@ -11,3 +17,4 @@
   (notmuch-archive-tags '("-inbox" "-unread")))
 
 (provide 'fcuny-notmuch)
+;;; fcuny-notmuch.el ends here