diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 4f5bd23..60d04c7 100755 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -4588,7 +4588,8 @@ Elfeed is a feed reader for Emacs. ('normal elfeed-show-mode-map [backtab] 'shr-previous-link) ('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 "P" 'elfeed-show-play-enclosure) + ('normal elfeed-show-mode-map "M-" (lambda () (interactive) (shr-browse-url t)))) #+END_SRC Keybinding for opening Elfeed: