add notmuch with newest messages first

This commit is contained in:
Łukasz Pankowski 2019-12-30 11:02:29 +01:00
parent 277a938089
commit c3cca30ca0

View File

@ -1013,6 +1013,14 @@ inserted between the braces between the braces."
(delete-window)) (delete-window))
;;; ### Mail ###
(use-package notmuch
:defer
:init
(setq notmuch-search-oldest-first nil))
;;; ### API documentation ### ;;; ### API documentation ###
(when (require 'devdocs-lookup nil t) (when (require 'devdocs-lookup nil t)