diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-elfeed.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-elfeed.el b/emacs.d/custom/fcuny-elfeed.el index 1c35b41..08f6027 100644 --- a/emacs.d/custom/fcuny-elfeed.el +++ b/emacs.d/custom/fcuny-elfeed.el @@ -6,6 +6,8 @@ (use-package elfeed-org :ensure t :after (elfeed) + :config + (elfeed-org) :custom (rmh-elfeed-org-files (list (concat fcuny/path-emacs-etc "/elfeed.org"))) (elfeed-search-filter "@1-month-ago +unread ")) |