fixing elfeed empv-enqueue

This commit is contained in:
Chris Cochrun 2023-11-08 10:55:44 -06:00
parent 4191d1aef2
commit 75d3585580
2 changed files with 6 additions and 2 deletions

View file

@ -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") "wL" '(evil-window-move-far-right :which-key "right window")
";" '(execute-extended-command :which-key "execute command") ";" '(execute-extended-command :which-key "execute command")
"d" '(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")) ":" '(eval-expression :which-key "evaluate expression"))
(chris/leader-keys (chris/leader-keys
:states 'normal :states 'normal
@ -4289,7 +4290,8 @@ q quit-window
link link
enclosure))) enclosure)))
(title (elfeed-entry-title entry))) (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 () (defun chris/elfeed-bongo-insert-item ()
"Insert `elfeed' multimedia links in `bongo' playlist buffer. "Insert `elfeed' multimedia links in `bongo' playlist buffer.

View file

@ -344,6 +344,7 @@
"wL" '(evil-window-move-far-right :which-key "right window") "wL" '(evil-window-move-far-right :which-key "right window")
";" '(execute-extended-command :which-key "execute command") ";" '(execute-extended-command :which-key "execute command")
"d" '(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")) ":" '(eval-expression :which-key "evaluate expression"))
(chris/leader-keys (chris/leader-keys
:states 'normal :states 'normal
@ -3099,7 +3100,8 @@ targets."
link link
enclosure))) enclosure)))
(title (elfeed-entry-title entry))) (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 () (defun chris/elfeed-bongo-insert-item ()
"Insert `elfeed' multimedia links in `bongo' playlist buffer. "Insert `elfeed' multimedia links in `bongo' playlist buffer.