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 +++++ emacs/init.el | 1 + 2 files changed, 6 insertions(+) create mode 100644 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)) diff --git a/emacs/init.el b/emacs/init.el index e103956..628ffec 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -40,3 +40,4 @@ (require 'fcuny-eshell) (require 'fcuny-tramp) (require 'fcuny-twitter) +(require 'fcuny-notmuch) -- cgit 1.4.1