about summary refs log tree commit diff
path: root/exwm-core.el
diff options
context:
space:
mode:
Diffstat (limited to 'exwm-core.el')
-rw-r--r--exwm-core.el4
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.