diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-11-02 23:55:38 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-11-02 23:55:38 -0400 |
commit | 42f8c69fe8a52a23670d5b90f62120347f9ca4c0 (patch) | |
tree | b9fc9119a73da9f0379954c316355c9a04e6f38b | |
parent | 3d98cfff077db38d06563d37bca36bdeb47cf202 (diff) | |
download | emacs.d-42f8c69fe8a52a23670d5b90f62120347f9ca4c0.tar.gz |
notmuch-hello-sections: Remove notmuch-hello-insert-saved-searches
-rw-r--r-- | init.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |