Emacs: removed elfeed-org

This commit is contained in:
Marcel Kapfer 2018-05-13 16:16:41 +02:00
parent 0fa6226748
commit c1a2639b59
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 0 additions and 5 deletions

View File

@ -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