Skip to content

evilification no longer moves SPC bindings to ' #17185

@bcc32

Description

@bcc32

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

  1. Enable org layer
  2. Open org agenda buffer
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions