Update default elfeed-search-filter

This commit is contained in:
Evie Litherland-Smith 2024-07-14 07:17:12 +01:00
parent 0bef7fafd7
commit 3360d22e0f

View file

@ -1163,7 +1163,7 @@ Calls `project-remember-projects-under' for ~/Projects/"
:hook ((elfeed-search-mode . elfeed-update) :hook ((elfeed-search-mode . elfeed-update)
(elfeed-show-mode . (lambda () (visual-line-mode +1)))) (elfeed-show-mode . (lambda () (visual-line-mode +1))))
:custom :custom
(elfeed-search-filter "@2-months-ago +unread") (elfeed-search-filter "@6-months-ago +unread")
:config :config
(require 'elfeed-db) (require 'elfeed-db)
(require 'elfeed-org)) (require 'elfeed-org))