Emacs: configured elfeed

This commit is contained in:
Marcel Kapfer 2017-11-28 00:11:57 +01:00
parent 3922e4a827
commit d03b08bf0a
1 changed files with 8 additions and 0 deletions

View File

@ -842,3 +842,11 @@
;; Same frame speedbar
(use-package sr-speedbar
:bind (("s-b" . sr-speedbar-toggle)))
;; elfeed
;; emacs feed reader
(use-package elfeed
:bind
(("C-x w" . elfeed))
:config
(defun elfeed-search-format-date (date)
(format-time-string "%Y-%m-%d %H:%M" (seconds-to-time date))))