diff options
author | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2018-09-04T12·00+0000 |
---|---|---|
committer | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2018-09-04T12·00+0000 |
commit | 3419337f52b7aaa820670e8b393f4f1db9079372 (patch) | |
tree | b635f48ce9a82632988a8aeb9d8ffb599dd2cc67 /exwm-core.el | |
parent | 74ef19ff44104b0f056e30af90e0970eb705eb6a (diff) |
Substitute overlapping keybindings
* exwm-core.el (exwm-mode-map): Change keybindings to avoid overlap.
Diffstat (limited to 'exwm-core.el')
-rw-r--r-- | exwm-core.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exwm-core.el b/exwm-core.el index de2c9de9f936..2d74abadae60 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. |