about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-29 23:18:35 -0500
committerCase Duckworth2021-05-29 23:18:35 -0500
commitc08244115ce521a6210d19a5741e70c7edc116d7 (patch)
tree3ddd7b413f5469a3d185ad30a1584b93cea95730 /init.el
parentMore setup of erc (diff)
downloademacs-c08244115ce521a6210d19a5741e70c7edc116d7.tar.gz
emacs-c08244115ce521a6210d19a5741e70c7edc116d7.zip
Add eradio
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
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