Commit f1e4f84f4f63

Vincent Demeester <vincent@sbr.pm>
2026-06-23 14:46:06
feat(emacs): bind C-c m y to summon ytr
Added a media-prefixed keybinding to summon the ytr YouTube radio HUD, avoiding the M-x roundtrip for a frequently summoned widget.
1 parent a8e0e1d
Changed files (1)
dots
config
emacs
dots/config/emacs/init.el
@@ -3297,7 +3297,8 @@ the appropriate file in ~/.local/share/imapfilter-rules/"
 (eval-and-compile (require 'vc-git) (add-to-list 'vc-handled-backends 'Git))
 (use-package ytr
   :vc (:url "https://github.com/xenodium/ytr" :rev :newest)
-  :commands (ytr))
+  :commands (ytr)
+  :bind ("C-c m y" . ytr))
 
 (use-package ready-player
   :init