justl.el
justl.el copied to clipboard
justl evil interaction
Justl works fine in emacs mode but when evil mode is on, the keybindings don't work.
- Magit works fine when evil is on in other buffers without any issues, similar approach could work
- Explicitely disable evil mode in justl mode buffers
I would be happy to accept a PR for the same. I would be interested to see how magit approaches the problem.
Alternatively, I guess you can define a hook for justl-mode-hook where you disable the evil mode.
Semi begginer emacs question. But would evil support be hard to implement? Imo this is all thats missing from this package
I'm not an evil user myself, so I don't have any motivation to implement it. But I would be happy to accept a PR provided it's standalone enough.