tweaking empv elfeed
This commit is contained in:
parent
810272c5b3
commit
dd77b6808c
|
@ -4815,8 +4815,8 @@ q quit-window
|
||||||
(elfeed-search-untag-all-unread)
|
(elfeed-search-untag-all-unread)
|
||||||
(if (process-live-p proc)
|
(if (process-live-p proc)
|
||||||
(set-process-sentinel
|
(set-process-sentinel
|
||||||
proc #'(chris/empv-ytdlp-play-or-enqueue
|
proc `(empv-play-or-enqueue
|
||||||
(concat "/home/chris/vids/" title ".webm")))
|
,(concat "/home/chris/vids/" title ".webm")))
|
||||||
(message "No process running"))))
|
(message "No process running"))))
|
||||||
|
|
||||||
(defun chris/elfeed-bongo-insert-item ()
|
(defun chris/elfeed-bongo-insert-item ()
|
||||||
|
|
4
init.el
4
init.el
|
@ -3485,8 +3485,8 @@ targets."
|
||||||
(elfeed-search-untag-all-unread)
|
(elfeed-search-untag-all-unread)
|
||||||
(if (process-live-p proc)
|
(if (process-live-p proc)
|
||||||
(set-process-sentinel
|
(set-process-sentinel
|
||||||
proc #'(chris/empv-ytdlp-play-or-enqueue
|
proc `(empv-play-or-enqueue
|
||||||
(concat "/home/chris/vids/" title ".webm")))
|
,(concat "/home/chris/vids/" title ".webm")))
|
||||||
(message "No process running"))))
|
(message "No process running"))))
|
||||||
|
|
||||||
(defun chris/elfeed-bongo-insert-item ()
|
(defun chris/elfeed-bongo-insert-item ()
|
||||||
|
|
Loading…
Reference in a new issue