about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdrián Medraño Calvo <adrian@medranocalvo.com>2018-09-04T12·00+0000
committerAdrián Medraño Calvo <adrian@medranocalvo.com>2018-09-04T12·00+0000
commit3419337f52b7aaa820670e8b393f4f1db9079372 (patch)
treeb635f48ce9a82632988a8aeb9d8ffb599dd2cc67
parent74ef19ff44104b0f056e30af90e0970eb705eb6a (diff)
Substitute overlapping keybindings
* exwm-core.el (exwm-mode-map): Change keybindings to avoid
overlap.
-rw-r--r--exwm-core.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/exwm-core.el b/exwm-core.el
index de2c9de9f9..2d74abadae 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.