Change default elfeed search filter

This commit is contained in:
Evie Litherland-Smith 2024-07-20 07:25:34 +01:00
parent b56fb084e0
commit 0550e1d4b1

View file

@ -1209,12 +1209,14 @@ Calls `project-remember-projects-under' for ~/Projects/"
(eww-browse-url-new-window-is-tab nil))
(use-package elfeed
:if (package-installed-p 'elfeed)
:bind (("C-c f" . elfeed))
:hook ((elfeed-search-mode . elfeed-update)
(elfeed-show-mode . (lambda () (visual-line-mode +1))))
:custom
(elfeed-search-filter "@6-months-ago +unread")
(elfeed-search-filter "@2-months-ago +unread")
:config
(require 'org)
(require 'elfeed-db)
(require 'elfeed-org))