From d03b08bf0af2dc614293e057ed0ab1c4c1915269 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 28 Nov 2017 00:11:57 +0100 Subject: [PATCH] Emacs: configured elfeed --- emacs/emacs.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emacs/emacs.el b/emacs/emacs.el index d4d49f1..679ec5d 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -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))))