Zachery

Results 6 comments of Zachery

After spending some more time debugging and looking into this issue, I realize now that what I am dealing with is probably a strange edge case, and not as pervasive...

I am running this on Linux. So after digging around what I have realized is that if your path doesn't exist relative to the path provided, the API does strange...

I am seeing the same issue running Emacs 28.2 on Fedora. Specifically, I am seeing the help menu tell me that `o` is bound to "submodule" but it isn't (submodule...

> I'm having this same issue. After I put magit to load after evil-collection, issue seems to go away. > > ``` > (use-package evil-collection > :after (evil magit) >...

I have also been using the workaround @hyakt mentions and that works fine for me on Linux. It didn’t work well on Windows, though (because the default shell is CMD...

Thank you for contributing this! This seems to fix the issue on my machine. Is there anything blocking this being merged?