Emacs: Freed C-x w from elfeed

This commit is contained in:
Marcel Kapfer 2018-08-03 09:20:28 +02:00
parent d57280b8fc
commit 16011553a6
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 0 additions and 2 deletions

View File

@ -1087,8 +1087,6 @@ signature-file is the path to the file which contains the signature."
;; 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))))