diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-10-06 15:10:03 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-10-06 15:10:03 -0700 |
commit | 9d6081d0310fa40c762d98eb920bc3af817e92d7 (patch) | |
tree | d9b65fb955554eff35613063407fed08e49c1e15 /emacs | |
parent | [emasc] use `ls-lisp` for dired. (diff) | |
download | emacs.d-9d6081d0310fa40c762d98eb920bc3af817e92d7.tar.gz |
[emacs] fixed configuration for elfeed.
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 ")) |