fixing elfeed empv-enqueue
This commit is contained in:
parent
4191d1aef2
commit
75d3585580
|
@ -624,6 +624,7 @@ This evil-collection package includes a lot of other evil based things.
|
|||
"wL" '(evil-window-move-far-right :which-key "right window")
|
||||
";" '(execute-extended-command :which-key "execute command")
|
||||
"d" '(execute-extended-command :which-key "execute command")
|
||||
"&" '(async-shell-command :which-key "async shell command")
|
||||
":" '(eval-expression :which-key "evaluate expression"))
|
||||
(chris/leader-keys
|
||||
:states 'normal
|
||||
|
@ -4289,7 +4290,8 @@ q quit-window
|
|||
link
|
||||
enclosure)))
|
||||
(title (elfeed-entry-title entry)))
|
||||
(empv-play-or-enqueue url)))
|
||||
(empv-play-or-enqueue url)
|
||||
(elfeed-search-untag-all-unread)))
|
||||
|
||||
(defun chris/elfeed-bongo-insert-item ()
|
||||
"Insert `elfeed' multimedia links in `bongo' playlist buffer.
|
||||
|
|
4
init.el
4
init.el
|
@ -344,6 +344,7 @@
|
|||
"wL" '(evil-window-move-far-right :which-key "right window")
|
||||
";" '(execute-extended-command :which-key "execute command")
|
||||
"d" '(execute-extended-command :which-key "execute command")
|
||||
"&" '(async-shell-command :which-key "async shell command")
|
||||
":" '(eval-expression :which-key "evaluate expression"))
|
||||
(chris/leader-keys
|
||||
:states 'normal
|
||||
|
@ -3099,7 +3100,8 @@ targets."
|
|||
link
|
||||
enclosure)))
|
||||
(title (elfeed-entry-title entry)))
|
||||
(empv-play-or-enqueue url)))
|
||||
(empv-play-or-enqueue url)
|
||||
(elfeed-search-untag-all-unread)))
|
||||
|
||||
(defun chris/elfeed-bongo-insert-item ()
|
||||
"Insert `elfeed' multimedia links in `bongo' playlist buffer.
|
||||
|
|
Loading…
Reference in a new issue