From b12f261f0f2782610a29c663e9f67de94d358a46 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 22 Mar 2022 06:39:50 -0700 Subject: notmuch: make flymake happy --- emacs/custom/fcuny-notmuch.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs') 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 -- cgit 1.4.1