Fix elfeed keybinding

This commit is contained in:
Jeremy Dormitzer 2021-01-19 16:02:04 -05:00
parent 5faf589f41
commit 1c92c4e2ec

View File

@ -4600,7 +4600,7 @@ Elfeed is a feed reader for Emacs.
('normal elfeed-show-mode-map [mouse-2] 'shr-browse-url)
('normal elfeed-show-mode-map "A" 'elfeed-show-add-enclosure-to-playlist)
('normal elfeed-show-mode-map "P" 'elfeed-show-play-enclosure)
('normal elfeed-show-mode-map "M-<return>" (lambda () (interactive) (shr-browse-url t))))
('normal elfeed-show-mode-map "<M-return>" (lambda () (interactive) (shr-browse-url t))))
#+END_SRC
Keybinding for opening Elfeed: