Even then, the EXWM menu entry was indicating that mode line could be toggled withC-c C-t C-m. I was confused, because I had /explicitly/ disallowed C-c prefix bindings.
On further investigation, I noticed that exwm-mode-map (cf. exwm-core.el#L254, hard-codes the kebinding like so
Based on EXWM User Guide: Local Key Bindings, I had disabled the
C-c
prefix keys withEven then, the
EXWM
menu entry was indicating that mode line could be toggled withC-c C-t C-m
. I was confused, because I had /explicitly/ disallowedC-c
prefix bindings.On further investigation, I noticed that
exwm-mode-map
(cf. exwm-core.el#L254, hard-codes the kebinding like soWhy is the need for hard-coding of keys, when Emacs itself takes care of inserting a suitable suggestion based on user's active configuration.