add basic gnuS configuration for reverse-chrono email
This commit is contained in:
parent
4f23ea2d40
commit
e57d2bab40
@ -1135,5 +1135,12 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
|
|||||||
:demand t
|
:demand t
|
||||||
:config (notibox/setup-timer))
|
:config (notibox/setup-timer))
|
||||||
|
|
||||||
|
(use-package gnus
|
||||||
|
:elpaca nil
|
||||||
|
:hook
|
||||||
|
(gnus-summary-mode . hl-line-mode)
|
||||||
|
(gnus-summary-prepare . gnus-summary-sort-by-most-recent-date)
|
||||||
|
)
|
||||||
|
|
||||||
(provide 'mitch-packages)
|
(provide 'mitch-packages)
|
||||||
;;; mitch-packages.el ends here
|
;;; mitch-packages.el ends here
|
||||||
|
Loading…
Reference in New Issue
Block a user