diff --git a/.config/emacs/config.el b/.config/emacs/config.el index 57237d5..d256a08 100644 --- a/.config/emacs/config.el +++ b/.config/emacs/config.el @@ -160,25 +160,12 @@ :init (setq eradio-player '("mpv" "--no-video" "--no-terminal")) :config - (setq eradio-channels '(("Totally 80s FM" . "https://zeno.fm/radio/totally-80s-fm/") - ("Oldies Radio 50s-60s" . "https://zeno.fm/radio/oldies-radio-50s-60s/") - ("Oldies Radio 70s" . "https://zeno.fm/radio/oldies-radio-70s/") - ("Unlimited 80s" . "https://zeno.fm/radio/unlimited80s/") - ("80s Hits" . "https://zeno.fm/radio/80shits/") - ("90s Hits" . "https://zeno.fm/radio/90s_HITS/") - ("2000s Pop" . "https://zeno.fm/radio/2000s-pop/") - ("The 2000s" . "https://zeno.fm/radio/the-2000s/") - ("Hits 2010s" . "https://zeno.fm/radio/helia-hits-2010/") - ("Classical Radio" . "https://zeno.fm/radio/classical-radio/") - ("Classical Relaxation" . "https://zeno.fm/radio/radio-christmas-non-stop-classical/") - ("Classic Rock" . "https://zeno.fm/radio/classic-rockdnb2sav8qs8uv/") - ("Gangsta49" . "https://zeno.fm/radio/gangsta49/") - ("HipHop49" . "https://zeno.fm/radio/hiphop49/") - ("Madhouse Country Radio" . "https://zeno.fm/radio/madhouse-country-radio/") - ("PopMusic" . "https://zeno.fm/radio/popmusic74vyurvmug0uv/") - ("PopStars" . "https://zeno.fm/radio/popstars/") - ("RadioMetal" . "https://zeno.fm/radio/radio-metal/") - ("RocknRoll Radio" . "https://zeno.fm/radio/rocknroll-radio994c7517qs8uv/")))) + (setq eradio-channels '(("Deep Space One" . "https://somafm.com/deepspaceone130.pls") + ("GrooveSalad" . "https://somafm.com/groovesalad130.pls") + ("Heavyweight Reggae" . "https://somafm.com/reggae130.pls") + ("Left Coast 70s" . "https://somafm.com/seventies130.pls") + ("SonicUniverse" . "https://somafm.com/sonicuniverse130.pls") + ("ThistleRadio Celtic" . "https://somafm.com/thistle130.pls")))) ;; Expands to: (elpaca evil (use-package evil :demand t)) (use-package evil diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 3ca516c..79e7972 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -290,25 +290,13 @@ An RSS newsfeed reader for Emacs. Move through the articles with 'j/k'. Move t :init (setq eradio-player '("mpv" "--no-video" "--no-terminal")) :config - (setq eradio-channels '(("Totally 80s FM" . "https://zeno.fm/radio/totally-80s-fm/") - ("Oldies Radio 50s-60s" . "https://zeno.fm/radio/oldies-radio-50s-60s/") - ("Oldies Radio 70s" . "https://zeno.fm/radio/oldies-radio-70s/") - ("Unlimited 80s" . "https://zeno.fm/radio/unlimited80s/") - ("80s Hits" . "https://zeno.fm/radio/80shits/") - ("90s Hits" . "https://zeno.fm/radio/90s_HITS/") - ("2000s Pop" . "https://zeno.fm/radio/2000s-pop/") - ("The 2000s" . "https://zeno.fm/radio/the-2000s/") - ("Hits 2010s" . "https://zeno.fm/radio/helia-hits-2010/") - ("Classical Radio" . "https://zeno.fm/radio/classical-radio/") - ("Classical Relaxation" . "https://zeno.fm/radio/radio-christmas-non-stop-classical/") - ("Classic Rock" . "https://zeno.fm/radio/classic-rockdnb2sav8qs8uv/") - ("Gangsta49" . "https://zeno.fm/radio/gangsta49/") - ("HipHop49" . "https://zeno.fm/radio/hiphop49/") - ("Madhouse Country Radio" . "https://zeno.fm/radio/madhouse-country-radio/") - ("PopMusic" . "https://zeno.fm/radio/popmusic74vyurvmug0uv/") - ("PopStars" . "https://zeno.fm/radio/popstars/") - ("RadioMetal" . "https://zeno.fm/radio/radio-metal/") - ("RocknRoll Radio" . "https://zeno.fm/radio/rocknroll-radio994c7517qs8uv/")))) + (setq eradio-channels '(("Deep Space One" . "https://somafm.com/deepspaceone130.pls") + ("GrooveSalad" . "https://somafm.com/groovesalad130.pls") + ("Heavyweight Reggae" . "https://somafm.com/reggae130.pls") + ("Left Coast 70s" . "https://somafm.com/seventies130.pls") + ("SonicUniverse" . "https://somafm.com/sonicuniverse130.pls") + ("ThistleRadio Celtic" . "https://somafm.com/thistle130.pls")))) + #+end_src * EVIL