Reduce default elfeed search filter to 2 months

This commit is contained in:
Evie Litherland-Smith 2024-05-13 07:43:50 +01:00
parent ff288f5fc2
commit 8d78ddb1ae

View file

@ -1375,7 +1375,7 @@ Uses `my/projects-directory' to find correct directory"
:bind (("C-c f" . elfeed))
:hook (elfeed-search-mode . elfeed-update)
:custom
(elfeed-search-filter "@6-months-ago +unread")
(elfeed-search-filter "@2-months-ago +unread")
:config
(require 'elfeed-org))