diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index cf426c6..a70f6eb 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -1246,5 +1246,12 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html" :after perspective :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) ;;; mitch-packages.el ends here