summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-elfeed.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-elfeed.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-elfeed.el b/emacs.d/custom/fcuny-elfeed.el
new file mode 100644
index 0000000..1c35b41
--- /dev/null
+++ b/emacs.d/custom/fcuny-elfeed.el
@@ -0,0 +1,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)