From 42de6d457f9c47b76e26a53055d0dfe026f94bd6 Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 3 Mar 2025 23:32:21 -0500 Subject: Selector functions for displaying a directory of web documentation --- .config/emacs/modules/bd--exwm.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/emacs/modules/bd--exwm.el') 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)))) -- cgit v1.2.3