Emacs: added elfeed-org
This commit is contained in:
parent
ca03e81f71
commit
02e870b6e2
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue