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

(provide 'fcuny-notmuch)