summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-11-02 23:55:38 -0400
committerKyle Meyer <kyle@kyleam.com>2017-11-02 23:55:38 -0400
commit42f8c69fe8a52a23670d5b90f62120347f9ca4c0 (patch)
treeb9fc9119a73da9f0379954c316355c9a04e6f38b /init.el
parent3d98cfff077db38d06563d37bca36bdeb47cf202 (diff)
downloademacs.d-42f8c69fe8a52a23670d5b90f62120347f9ca4c0.tar.gz
notmuch-hello-sections: Remove notmuch-hello-insert-saved-searches
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.el b/init.el
index d47e508..dc313bc 100644
--- a/init.el
+++ b/init.el
@@ -2128,8 +2128,7 @@
(autoload 'notmuch "notmuch" "Notmuch mail" t)
(define-key km/mail-map "n" #'notmuch)
:config
- (setq notmuch-hello-sections '(notmuch-hello-insert-saved-searches
- notmuch-hello-insert-recent-searches))
+ (setq notmuch-hello-sections '(notmuch-hello-insert-saved-searches))
(setq notmuch-archive-tags '("-unread"))
(setq notmuch-search-oldest-first nil)