summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--exwm.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/modules/bd--exwm.el')
-rw-r--r--.config/emacs/modules/bd--exwm.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--exwm.el b/.config/emacs/modules/bd--exwm.el
index 8a4e086..cb59a8c 100644
--- a/.config/emacs/modules/bd--exwm.el
+++ b/.config/emacs/modules/bd--exwm.el
@@ -47,11 +47,12 @@ that buffer."
([f10] . emms-next)
([print] . bd/shoot-part)
([S-print] . bd/shoot-full)
+ ([?\s-I] . bd/doc-finder)
([?\s-O] . bd/browse-dispatcher)
([?\s-P] . bd/password)
([?\s-r] . exwm-reset)
([?\s-d] . toggle-window-dedicated)
- ([?\s-q] . kill-buffer-and-window)
+ ([?\s-q] . kill-current-buffer)
([?\s-x] . (lambda (command)
(interactive (list (read-shell-command "s-x ")))
(start-process-shell-command command nil command))))