Substitute overlapping keybindings
* exwm-core.el (exwm-mode-map): Change keybindings to avoid overlap.
This commit is contained in:
parent
74ef19ff44
commit
3419337f52
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue