Emacs: Freed C-x w from elfeed
This commit is contained in:
parent
d57280b8fc
commit
16011553a6
1 changed files with 0 additions and 2 deletions
|
@ -1087,8 +1087,6 @@ signature-file is the path to the file which contains the signature."
|
||||||
;; elfeed
|
;; elfeed
|
||||||
;; emacs feed reader
|
;; emacs feed reader
|
||||||
(use-package elfeed
|
(use-package elfeed
|
||||||
:bind
|
|
||||||
(("C-x w" . elfeed))
|
|
||||||
:config
|
:config
|
||||||
(defun elfeed-search-format-date (date)
|
(defun elfeed-search-format-date (date)
|
||||||
(format-time-string "%Y-%m-%d %H:%M" (seconds-to-time date))))
|
(format-time-string "%Y-%m-%d %H:%M" (seconds-to-time date))))
|
||||||
|
|
Loading…
Reference in a new issue