From 02e870b6e25501024a5be78367cc9194324dbf42 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 23 Feb 2018 09:57:18 +0100 Subject: [PATCH] Emacs: added elfeed-org --- emacs/emacs.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emacs/emacs.el b/emacs/emacs.el index e334fc1..023c632 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -933,6 +933,13 @@ (defun elfeed-search-format-date (date) (format-time-string "%Y-%m-%d %H:%M" (seconds-to-time date)))) +;; elfeed-org +;; use an org-file to organize feeds +(use-package elfeed-org + :after (elfeed) + :config + (elfeed-org) + (setq rmh-elfeed-org-files (list "~/ownCloud/feeds.org"))) ;; bug-hunter ;; Hunt down errors by bisecting elisp files