summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--exwm.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-01 00:20:00 -0500
committerbd <bdunahu@operationnull.com>2025-03-01 00:20:00 -0500
commit6281e1b8af33f82e52f71d4dcc6e879a5d052852 (patch)
tree77ec1339f5716a4e94296bc7d87c1afaa31e3011 /.config/emacs/modules/bd--exwm.el
parentd1a1faeff2b79292476df92e9e2f5024fa54fd19 (diff)
exwm keybind to kill buffer also kills window
Diffstat (limited to '.config/emacs/modules/bd--exwm.el')
-rw-r--r--.config/emacs/modules/bd--exwm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--exwm.el b/.config/emacs/modules/bd--exwm.el
index ae5b18d..8a4e086 100644
--- a/.config/emacs/modules/bd--exwm.el
+++ b/.config/emacs/modules/bd--exwm.el
@@ -51,7 +51,7 @@ that buffer."
([?\s-P] . bd/password)
([?\s-r] . exwm-reset)
([?\s-d] . toggle-window-dedicated)
- ([?\s-q] . kill-current-buffer)
+ ([?\s-q] . kill-buffer-and-window)
([?\s-x] . (lambda (command)
(interactive (list (read-shell-command "s-x ")))
(start-process-shell-command command nil command))))