From 1543ac66ba6f829082b745e6a11a9aeb9e8faec7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 23 Mar 2022 09:55:58 -0700 Subject: rename a few more libraries --- emacs/custom/fcuny-notmuch.el | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 emacs/custom/fcuny-notmuch.el (limited to 'emacs/custom/fcuny-notmuch.el') diff --git a/emacs/custom/fcuny-notmuch.el b/emacs/custom/fcuny-notmuch.el deleted file mode 100644 index 3334733..0000000 --- a/emacs/custom/fcuny-notmuch.el +++ /dev/null @@ -1,20 +0,0 @@ -;;; fcuny-notmuch.el --- Configures notmuch -;;; Commentary: -;;; Code: - -(require 'use-package) - -(use-package notmuch - :ensure t - :if (executable-find "notmuch") - :hook - (notmuch-message-mode . flyspell-mode) - :custom - (notmuch-show-logo nil) - (notmuch-search-oldest-first nil) - (notmuch-always-prompt-for-sender t) - (notmuch-show-relative-dates t) - (notmuch-archive-tags '("-inbox" "-unread"))) - -(provide 'fcuny-notmuch) -;;; fcuny-notmuch.el ends here -- cgit v1.2.3