From e0efe5a428900748d78d12a9dcbda5365fab9a1e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 21 Sep 2021 19:38:33 -0700 Subject: emacs: initial configuration for notmuch --- emacs/custom/fcuny-notmuch.el | 5 +++++ 1 file changed, 5 insertions(+) create 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 new file mode 100644 index 0000000..2bc1b20 --- /dev/null +++ b/emacs/custom/fcuny-notmuch.el @@ -0,0 +1,5 @@ +(use-package notmuch + :ensure t + :custom + (notmuch-show-logo nil) + (notmuch-search-oldest-first nil)) -- cgit 1.4.1