branch: externals/exwm commit 3419337f52b7aaa820670e8b393f4f1db9079372 Author: Adrián Medraño Calvo <adr...@medranocalvo.com> Commit: Adrián Medraño Calvo <adr...@medranocalvo.com>
Substitute overlapping keybindings * exwm-core.el (exwm-mode-map): Change keybindings to avoid overlap. --- exwm-core.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exwm-core.el b/exwm-core.el index de2c9de..2d74aba 100644 --- a/exwm-core.el +++ b/exwm-core.el @@ -292,8 +292,8 @@ least SECS seconds later." (exwm--debug (let ((map exwm-mode-map)) - (define-key map "\C-c\C-l" #'xcb-debug-clear) - (define-key map "\C-c\C-m" #'xcb-debug-mark))) + (define-key map "\C-c\C-d\C-l" #'xcb-debug-clear) + (define-key map "\C-c\C-d\C-m" #'xcb-debug-mark))) (define-derived-mode exwm-mode nil "EXWM" "Major mode for managing X windows.