diff options
author | Case Duckworth | 2021-05-29 23:18:35 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-29 23:18:35 -0500 |
commit | c08244115ce521a6210d19a5741e70c7edc116d7 (patch) | |
tree | 3ddd7b413f5469a3d185ad30a1584b93cea95730 | |
parent | More setup of erc (diff) | |
download | emacs-c08244115ce521a6210d19a5741e70c7edc116d7.tar.gz emacs-c08244115ce521a6210d19a5741e70c7edc116d7.zip |
Add eradio
-rw-r--r-- | init.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el index 0a0f3a8..da5f840 100644 --- a/init.el +++ b/init.el | |||
@@ -961,6 +961,12 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
961 | (add-hook 'help-mode-hook #'epithet-rename-buffer) | 961 | (add-hook 'help-mode-hook #'epithet-rename-buffer) |
962 | (add-hook 'occur-mode-hook #'epithet-rename-buffer)) | 962 | (add-hook 'occur-mode-hook #'epithet-rename-buffer)) |
963 | 963 | ||
964 | (setup (:straight eradio) | ||
965 | (:option | ||
966 | eradio-player '("mpv" "--no-video" "--no-terminal") | ||
967 | eradio-channels '(("tilderadio" . | ||
968 | "https://radio.tildeverse.org/radio/8000/radio.ogg")))) | ||
969 | |||
964 | (setup (:straight expand-region) | 970 | (setup (:straight expand-region) |
965 | (:global "C-=" er/expand-region)) | 971 | (:global "C-=" er/expand-region)) |
966 | 972 | ||