summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-elfeed.el
blob: 1c35b41302c07f83b542cc59d952b41d9aa7eecb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
(require 'fcuny-vars)

(use-package elfeed
  :ensure t)

(use-package elfeed-org
  :ensure t
  :after (elfeed)
  :custom
  (rmh-elfeed-org-files (list (concat fcuny/path-emacs-etc "/elfeed.org")))
  (elfeed-search-filter "@1-month-ago +unread "))

(provide 'fcuny-elfeed)