-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto-evilification broken on latest magit #11978
Comments
We use evil-magit for those keybindings, but it isn't updated for Transient yet, see upstream issue emacs-evil/evil-magit#61. In the meantime you can add As a side note, please read our "How to make a great bug report". If the bug wasn't so obvious, it would have been hard to figure out the problem ("broken" and "not working" only tells me there's a problem, but I usually need to know the symptoms of the problem). Kudos for the relevant links, though. |
Thanks, noted for next time! |
Looks like Doom just pushed a commit to pin the magit version in the meantime: doomemacs/doomemacs@33ef903, perhaps Spacemacs should do the same? It's a pretty big breaking change and the fixes to evil-magit seem to be non-trivial and might take a while to sort out. (PS. thanks for the issue labels, that really needs to be a more common practice around here!) |
@yuhan0 I thought about pinning in a similar way, but I believe we'd also need to pin Magit's several dependencies to avoid other possible issues. I'd rather fix evil-magit than do that legwork, frankly. |
I think https://github.com/syl20bnr/spacemacs/blob/master/layers/%2Bsource-control/git/packages.el#L130 needs to be modified as well. |
Searching
|
|
In Spacemacs, we need to apply these changes: (I'll work on a PR)
remove
remove
need to check how
remove |
Here's the PR: #11983 |
Latest develop branch with latest magit and magit-related packages now work, it is safe to update. |
Awesome thanks, updated to the latest releases and everything is now working for me so I am closing the issue 🎉 |
None of the normal spacemacs magit keybindings are working on the latest magit. I'm pretty sure that it's due to this PR that landed today: magit/magit#3728
It changes from magit-popup to transient.
The text was updated successfully, but these errors were encountered: