add empv
and make it work
This commit is contained in:
parent
fcccd98ada
commit
03d32dcbb2
@ -1246,5 +1246,12 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
|
|||||||
:after perspective
|
:after perspective
|
||||||
:init (perspective-tabs-mode +1))
|
:init (perspective-tabs-mode +1))
|
||||||
|
|
||||||
|
(use-package empv
|
||||||
|
:after embark
|
||||||
|
:custom
|
||||||
|
(empv-invidious-instance "https://invidious.sethforprivacy.com/api/v1")
|
||||||
|
:config (empv-embark-initialize-extra-actions)
|
||||||
|
(add-to-list 'empv-mpv-args "--ytdl-format=best"))
|
||||||
|
|
||||||
(provide 'mitch-packages)
|
(provide 'mitch-packages)
|
||||||
;;; mitch-packages.el ends here
|
;;; mitch-packages.el ends here
|
||||||
|
Loading…
Reference in New Issue
Block a user