Substitute overlapping keybindings

* exwm-core.el (exwm-mode-map): Change keybindings to avoid
overlap.
This commit is contained in:
Adrián Medraño Calvo 2018-09-04 12:00:00 +00:00
parent 74ef19ff44
commit 3419337f52

View file

@ -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.