diff options
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/modules/bd--emms.el | 1 | ||||
-rw-r--r-- | .config/emacs/modules/bd--exwm.el | 6 |
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) |