-
Hi! I'm using Doom Emacs and I'm trying to add the assigned PRs and issues sections in the magit status buffer but it doesn't work. I run this: (after! magit
(magit-add-section-hook 'magit-status-sections-hook 'forge-insert-assigned-pullreqs nil t)
(magit-add-section-hook 'magit-status-sections-hook 'forge-insert-assigned-issues nil t)
(magit-add-section-hook 'magit-status-sections-hook 'forge-insert-requested-reviews nil t)) But the new sections doesn't show up. When I'm running: Any ideas what might be wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
With what forge/host do you have this issue? If it's not github.com, then did you try reproducing the issue with that? |
Beta Was this translation helpful? Give feedback.
-
Solution was to change gitconfig etc. to use the correct casing in my username. |
Beta Was this translation helpful? Give feedback.
Solution was to change gitconfig etc. to use the correct casing in my username.