summary refs log tree commit diff
path: root/emacs/custom/fcuny-notmuch.el
blob: 2bc1b20872d9845a1eeaf068ba7471fea0c62534 (plain) (blame)
1
2
3
4
5
(use-package notmuch
  :ensure t
  :custom
  (notmuch-show-logo nil)
  (notmuch-search-oldest-first nil))