branch: elpa/git-commit commit f4016f73448939f59f65c8c155ee144b4d8f60b6 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-imenu--status-create-index-function: Add Forge topics Closes https://github.com/magit/forge/issues/389. --- lisp/magit-imenu.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/magit-imenu.el b/lisp/magit-imenu.el index 626bef1..855ce58 100644 --- a/lisp/magit-imenu.el +++ b/lisp/magit-imenu.el @@ -135,8 +135,8 @@ beginning of the line." This function is used as a value for `imenu-create-index-function'." (magit-imenu--index-function - '(file commit stash) - '(unpushed unstaged unpulled untracked staged stashes))) + '(file commit stash pullreq issue) + '(unpushed unstaged unpulled untracked staged stashes pullreqs issues))) ;;;; Refs mode