summary refs log tree commit diff
path: root/emacs/custom/fcuny-notmuch.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom/fcuny-notmuch.el')
-rw-r--r--emacs/custom/fcuny-notmuch.el5
1 files changed, 5 insertions, 0 deletions
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))