aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/rul-lisp
diff options
context:
space:
mode:
authorRaul Benencia <rul@kalgan.cc>2023-10-18 14:11:38 -0700
committerRaul Benencia <rul@kalgan.cc>2023-10-18 14:12:11 -0700
commit4474d95a01f5ea991530aa0bb15e1636013405a3 (patch)
tree6f59fb86f989c0c2f4e911ff291eada4048dd04b /.emacs.d/rul-lisp
parent97feff48540fda9a30b388ab55be615eb7fdf460 (diff)
emacs: +empv
Diffstat (limited to '.emacs.d/rul-lisp')
-rw-r--r--.emacs.d/rul-lisp/packages/rul-media.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/.emacs.d/rul-lisp/packages/rul-media.el b/.emacs.d/rul-lisp/packages/rul-media.el
new file mode 100644
index 0000000..0f954d8
--- /dev/null
+++ b/.emacs.d/rul-lisp/packages/rul-media.el
@@ -0,0 +1,14 @@
+(use-package empv
+ :config
+ (bind-key "C-x m" empv-map)
+ (setq empv-radio-channels
+ '(
+ ("SomaFM - Groove Salad" . "http://www.somafm.com/groovesalad.pls")
+ ("SomaFM - DEFCON" . "https://somafm.com/defcon256.pls")
+ ("SomaFM - Metal" . "https://somafm.com/metal.pls")
+ ("SomaFM - Lush" . "https://somafm.com/lush130.pls")
+ ("KCSM Jazz 91" . "http://ice5.securenetsystems.net/KCSM")
+ ))
+ )
+
+(provide 'rul-media)
nihil fit ex nihilo