add empv and make it work

This commit is contained in:
MitchMarq42 2023-03-07 08:27:14 -09:00
parent fcccd98ada
commit 03d32dcbb2

View File

@ -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