emacs-evil / evil-magit

Black magic or evil keys for magit
https://github.com/justbur/evil-magit
GNU General Public License v3.0
272 stars 16 forks source link

Use renamed commands, don't modify popups #62

Closed tarsius closed 5 years ago

tarsius commented 5 years ago

This should get you started adjusting evil-magit to transient.

This completely disables modifications to popups/transients.

syl20bnr commented 5 years ago

Do you mean that now pop up modification is not required anymore or that all the work need to be done again ?

syl20bnr commented 5 years ago

Also is there a way to disable transient or are we doomed to not being able to use evil-magit until it is fixed ?

Another question. Would it be too much work for you to have Evil with first class support in magit so this kind of unwarned highly breaking change would not happen ?

justbur commented 5 years ago

Thanks @tarsius. I pushed it so evil-magit can load, and I'll fix the popups later