From c1a2639b5974aecd04aa863f759fa5df3ee88d8f Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 13 May 2018 16:16:41 +0200 Subject: [PATCH] Emacs: removed elfeed-org --- emacs/emacs.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 3dc776b..bc67a71 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -1022,13 +1022,8 @@ (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 "~/cloud/org/feeds.org"))) ;; bug-hunter ;; Hunt down errors by bisecting elisp files