-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Description
After bind-map's recent update, key bindings for SPC are no longer moved to ' as they were before. For example, in org-agenda-mode-map, SPC is bound to org-agenda-show-and-scroll-up and it was accessible despite SPC being the Spacemacs leader key by pressing ' instead.
However, bind-map no longer inserts the SPC key binding directly in evil-evilified-state-map, instead using an emulation-mode-map-alists entry to implement the leader key. evilified-state-evilify-map does not see this latter entry and so does not implement an alternate binding.
Steps to reproduce
- Enable org layer
- Open org agenda buffer
- Press
'
Before, this was bound to org-agenda-show-and-scroll-up and now it instead errors buffer-read-only because it's bound to self-insert-command.
Metadata
Metadata
Assignees
Labels
No labels