add notmuch with newest messages first
This commit is contained in:
parent
277a938089
commit
c3cca30ca0
8
init.el
8
init.el
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user