diff options
author | Case Duckworth | 2021-07-14 16:59:24 -0500 |
---|---|---|
committer | Case Duckworth | 2021-07-14 16:59:24 -0500 |
commit | 13a2cd8613894f080094f61a231a0bb7a408c394 (patch) | |
tree | 60cdc4c9e1869cd42c05686b04d85bf32bdfc499 | |
parent | Add end comment to init.el (diff) | |
download | emacs-13a2cd8613894f080094f61a231a0bb7a408c394.tar.gz emacs-13a2cd8613894f080094f61a231a0bb7a408c394.zip |
Add WBRH and KBRH
honestly i should break these out into another file or smth
-rw-r--r-- | init.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/init.el b/init.el index 8eecc20..e47901f 100644 --- a/init.el +++ b/init.el | |||
@@ -982,10 +982,14 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
982 | "https://somafm.com/fluid.pls") | 982 | "https://somafm.com/fluid.pls") |
983 | ("SomaFM Underground 80s" . | 983 | ("SomaFM Underground 80s" . |
984 | "https://somafm.com/u80s256.pls") | 984 | "https://somafm.com/u80s256.pls") |
985 | ("WBRH: Jazz & More" . | ||
986 | "http://wbrh.streamguys1.com/wbrh-mp3") | ||
987 | ("KBRH Blues & Rhythm Hits" . | ||
988 | "http://wbrh.streamguys1.com/kbrh-mp3") | ||
985 | ("WRKF HD-2" . | 989 | ("WRKF HD-2" . |
986 | ,(concat "https://playerservices.streamtheworld.com/" | 990 | ,(concat "https://playerservices.streamtheworld.com/" |
987 | "api/livestream-redirect/WRKFHD2.mp3")) | 991 | "api/livestream-redirect/WRKFHD2.mp3")) |
988 | ("WRKF" . | 992 | ("WRKF: NPR for the Capital Region" . |
989 | ,(concat "https://playerservices.streamtheworld.com/" | 993 | ,(concat "https://playerservices.streamtheworld.com/" |
990 | "api/livestream-redirect/WRKFFM.mp3")) | 994 | "api/livestream-redirect/WRKFFM.mp3")) |
991 | ("tilderadio" . | 995 | ("tilderadio" . |