evil-collection
evil-collection copied to clipboard
Smerge-mode bindings not being activated
Smerge-mode bindings were added several years ago but were never added to evil-collection--supported-modes, so they never get loaded. Is there a reason for this?
I tried just adding smerge (and smerge-mode) to evil-collection--supported-modes, but I couldn't get it to activate properly. I've hit the ceiling of my elisp debugging skills trying to get this to work.
(I can reproduce the issue using the clean init.el from the readme)
It'd be nice if someone more knowledgeable can have a look 😌
In the meantime (add-hook 'smerge-mode-hook 'evil-collection-smerge-mode-setup)) works.
Thanks @jojojames ❤️ , confirmed it works as expected with your latest commit!