summary refs log tree commit diff
path: root/emacs.d/custom
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-09-14 10:40:39 -0700
committerFranck Cuny <fcuny@twitter.com>2019-09-14 10:40:39 -0700
commit07f9d3fd870ef86836e221ef13f186ddf6c76efb (patch)
tree4ba8df4a71b32d0190b34202f9fc11280cf45077 /emacs.d/custom
parent[org] small improvements to hydra and templates (diff)
downloademacs.d-07f9d3fd870ef86836e221ef13f186ddf6c76efb.tar.gz
[emacs] start using elfeed.
Diffstat (limited to 'emacs.d/custom')
-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)