summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-elfeed.el
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-10-06 15:10:03 -0700
committerFranck Cuny <fcuny@twitter.com>2019-10-06 15:10:03 -0700
commit9d6081d0310fa40c762d98eb920bc3af817e92d7 (patch)
treed9b65fb955554eff35613063407fed08e49c1e15 /emacs.d/custom/fcuny-elfeed.el
parent[emasc] use `ls-lisp` for dired. (diff)
downloademacs.d-9d6081d0310fa40c762d98eb920bc3af817e92d7.tar.gz
[emacs] fixed configuration for elfeed.
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-elfeed.el2
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 "))