Add eradio

This commit is contained in:
Case Duckworth 2021-05-29 23:18:35 -05:00
parent e02c68d413
commit c08244115c
1 changed files with 6 additions and 0 deletions

View File

@ -961,6 +961,12 @@ if ripgrep is installed, otherwise `consult-grep'."
(add-hook 'help-mode-hook #'epithet-rename-buffer)
(add-hook 'occur-mode-hook #'epithet-rename-buffer))
(setup (:straight eradio)
(:option
eradio-player '("mpv" "--no-video" "--no-terminal")
eradio-channels '(("tilderadio" .
"https://radio.tildeverse.org/radio/8000/radio.ogg"))))
(setup (:straight expand-region)
(:global "C-=" er/expand-region))