Add binding to open url externally in elfeed
This commit is contained in:
parent
f0c56d13b8
commit
590addecbc
@ -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-<return>" (lambda () (interactive) (shr-browse-url t))))
|
||||
#+END_SRC
|
||||
|
||||
Keybinding for opening Elfeed:
|
||||
|
Loading…
Reference in New Issue
Block a user