add basic gnuS configuration for reverse-chrono email

This commit is contained in:
MitchMarq42 2023-04-13 22:58:53 -08:00
parent 4f23ea2d40
commit e57d2bab40

View File

@ -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