summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-01-24 18:22:24 -0500
committerbd <bdunahu@operationnull.com>2025-01-24 18:22:24 -0500
commita76f5a41c36311103786e43e2497cf93c613edde (patch)
tree83607a46571539211c71a14fd4ca75d6f572a3f1
parent26d388c6847b2a98b6649e600310a179d8b1d89b (diff)
Remove emms
-rw-r--r--.config/emacs/modules/bd--emms.el1
-rw-r--r--.config/emacs/modules/bd--exwm.el6
2 files changed, 3 insertions, 4 deletions
diff --git a/.config/emacs/modules/bd--emms.el b/.config/emacs/modules/bd--emms.el
index baa10fd..97b6dc3 100644
--- a/.config/emacs/modules/bd--emms.el
+++ b/.config/emacs/modules/bd--emms.el
@@ -1,5 +1,6 @@
;;; -*- lexical-binding: t; -*-
;;; Commentary:
+;;; not loaded bd 1/24/25
;;; Code:
diff --git a/.config/emacs/modules/bd--exwm.el b/.config/emacs/modules/bd--exwm.el
index 1b48412..6fce268 100644
--- a/.config/emacs/modules/bd--exwm.el
+++ b/.config/emacs/modules/bd--exwm.el
@@ -41,10 +41,8 @@ that buffer."
([f2] . bd/toggle-mute)
([f5] . bd/decrement-volume)
([f6] . bd/increment-volume)
- ([f7] . bd/decrement-brightness)
- ([f8] . bd/increment-brightness)
- ([f9] . emms-previous)
- ([f10] . emms-next)
+ ([f8] . bd/decrement-brightness)
+ ([f9] . bd/increment-brightness)
([print] . bd/shoot-part)
([S-print] . bd/shoot-full)
([?\s-O] . bd/browse-dispatcher)