summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-06-30 19:33:51 -0500
committerCase Duckworth2021-06-30 19:33:51 -0500
commitbbf53fcf2263c6581b55f0adeef499543336e13b (patch)
tree71c1b7cb811c570329b0a71a258eabaf098fff48 /init.el
parentComment <escape> bind (diff)
downloademacs-bbf53fcf2263c6581b55f0adeef499543336e13b.tar.gz
emacs-bbf53fcf2263c6581b55f0adeef499543336e13b.zip
Add vantaradio
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index 82231e9..164954a 100644 --- a/init.el +++ b/init.el
@@ -930,7 +930,9 @@ if ripgrep is installed, otherwise `consult-grep'."
930 ,(concat "https://playerservices.streamtheworld.com/" 930 ,(concat "https://playerservices.streamtheworld.com/"
931 "api/livestream-redirect/WRKFFM.mp3")) 931 "api/livestream-redirect/WRKFFM.mp3"))
932 ("tilderadio" . 932 ("tilderadio" .
933 "https://radio.tildeverse.org/radio/8000/radio.ogg"))) 933 "https://radio.tildeverse.org/radio/8000/radio.ogg")
934 ("vantaradio" .
935 "https://vantaa.black/radio")))
934 (:global "C-c r r" eradio-play ; mnemonic: radio 936 (:global "C-c r r" eradio-play ; mnemonic: radio
935 "C-c r s" eradio-stop ; mnemonic: stop 937 "C-c r s" eradio-stop ; mnemonic: stop
936 "C-c r p" eradio-toggle ; mnemonic: play/pause 938 "C-c r p" eradio-toggle ; mnemonic: play/pause