-
Notifications
You must be signed in to change notification settings - Fork 275
Closed
Description
ediff-mode-map is nil outside of an ediff session (even after the feature is loaded). This means that when running the hooks in evil-collection-setup-hook the keymap name is passed (ediff-mode-map), but it does not point to a valid keymap (i.e. does not return t for keymapp). This causes failures in startup if a function is defined for evil-collection-setup-hook. I am not sure whether the best solution is to not pass the invalid keymap name, or somehow run the hook while an ediff session is active.
Metadata
Metadata
Assignees
Labels
No labels