summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/custom/fcuny-notmuch.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-notmuch.el b/emacs/custom/fcuny-notmuch.el
index 2bc1b20..3e030ed 100644
--- a/emacs/custom/fcuny-notmuch.el
+++ b/emacs/custom/fcuny-notmuch.el
@@ -1,5 +1,8 @@
(use-package notmuch
:ensure t
+ :if (executable-find "notmuch")
:custom
(notmuch-show-logo nil)
(notmuch-search-oldest-first nil))
+
+(provide 'fcuny-notmuch)