From 4192518744a7778041d06b13b704d5c689f9e102 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 6 May 2022 00:42:52 +0100 Subject: forge magit sections --- init.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.org b/init.org index 37356f9..76aaf6b 100644 --- a/init.org +++ b/init.org @@ -2213,6 +2213,9 @@ (setq forge-topic-list-limit (cons 100 -1) forge-pull-notifications nil)) + (add-hook 'magit-status-sections-hook #'forge-insert-assigned-pullreqs t) + (add-hook 'magit-status-sections-hook #'forge-insert-assigned-issues t) + :bind (("" . magit-status) (:map forge-topic-mode-map ("M-w" . copy-region-as-kill)))) -- cgit v1.2.3