dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit cd974813605007c3850277a6e1b0135ec1b68f8d
parent ba24e2738838445966beeb3dee50735dcbdaf556
Author: Lukas Henkel <lh@entf.net>
Date:   Sat, 25 Nov 2023 11:50:22 +0100

Mark archived mails as read

Diffstat:
Minit.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/init.el b/init.el @@ -344,6 +344,7 @@ '(marginalia-mode t) '(mouse-wheel-progressive-speed nil) '(mouse-wheel-scroll-amount '(5 ((shift) . hscroll) ((meta)) ((control) . text-scale))) + '(notmuch-archive-tags '("-inbox" "-unread")) '(org-agenda-custom-commands '(("n" "Agenda and all TODOs" ((agenda "" nil)