-
Notifications
You must be signed in to change notification settings - Fork 63
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
Document magithub-toggle-issues #65
Comments
Issues should actually be inserted into the magit-status buffer automagically. When (when (executable-find magithub-hub-executable)
(magithub-toggle-pull-requests)
(magithub-toggle-issues)) As far as actually toggling the sections, I guess I never considered they would be used from an interface. Personally I make heavy use of M-x for things that probably have keybindings that I just don't remember 😄 |
Aha, that's a good default behaviour. I didn't notice it because I hit #44. Nonetheless, I think adding a toggle in the magit popup would help discoverability even further :). I'll try to write a PR. |
The one small problem with that piece of code in So it never runs (unless I guess you are using Customize...). I think I did a quick search but didn't find any sort of hook variable so I'll Not sure if this sheds light onto the problems that @Wilfred was |
I can't see any way of listing issues from the
H
popup.I found
M-x magithub-toggle-issues
, but it doesn't seem to be included in the popup.H i
only offers issue creation, andH g
doesn't add issues to the magit UI.Am I being stupid, or is this missing from the popup?
The text was updated successfully, but these errors were encountered: