From 16011553a6ca16d5f58b37d7ba38eff730bef9ce Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 3 Aug 2018 09:20:28 +0200 Subject: [PATCH] Emacs: Freed C-x w from elfeed --- emacs/emacs.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 5f904a7..b860909 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -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))))