From 8538a654f2174825db9e2cc2b018eb9fe87bc4bb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 25 Sep 2021 07:17:36 -0700 Subject: emacs: more tweaks for notmuch --- emacs/custom/fcuny-notmuch.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'emacs/custom') diff --git a/emacs/custom/fcuny-notmuch.el b/emacs/custom/fcuny-notmuch.el index 3e030ed..43a7fd7 100644 --- a/emacs/custom/fcuny-notmuch.el +++ b/emacs/custom/fcuny-notmuch.el @@ -1,8 +1,12 @@ (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-search-oldest-first nil) + (notmuch-always-prompt-for-sender t) + (notmuch-show-relative-dates t)) (provide 'fcuny-notmuch) -- cgit 1.4.1