Commit 203ce7716321

Vincent Demeester <vincent@sbr.pm>
2026-06-23 11:46:21
feat(emacs): add ytr package via use-package vc
Added xenodium's ytr (YouTube radio) using use-package :vc to try it out, fetching directly from upstream without Nix packaging.
1 parent 509c7e1
Changed files (1)
dots
config
emacs
dots/config/emacs/init.el
@@ -3292,6 +3292,10 @@ the appropriate file in ~/.local/share/imapfilter-rules/"
   (proced-format 'medium) ;; can be changed interactively with `F'
   (proced-filter 'user))  ;; can be changed interactively with `f'
 
+(use-package ytr
+  :vc (:url "https://github.com/xenodium/ytr" :rev :newest)
+  :commands (ytr))
+
 (use-package ready-player
   :init
   (declare-function ready-player-mode "ready-player")