diff options
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/wpc/email.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.emacs.d/wpc/email.el b/emacs/.emacs.d/wpc/email.el index 9a980db7a070..254dc2161ab5 100644 --- a/emacs/.emacs.d/wpc/email.el +++ b/emacs/.emacs.d/wpc/email.el @@ -27,6 +27,9 @@ (:name "review" :query "tag:review" :key "r") (:name "waiting" :query "tag:waiting" :key "w"))) +;; Sort results from newest-to-oldest. +(setq notmuch-search-oldest-first nil) + ;; Assert that no two saved searches share share a KBD (prelude/assert (list/xs-distinct-by? (lambda (x) (plist-get x :key)) notmuch-saved-searches)) |