From 84f1c46e3009a3123b3173f261b79c892f0e0d8b Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 22 Jan 2023 20:32:52 +0000 Subject: embark-vc re-activation --- init.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index 0aa0044..1f7603c 100644 --- a/init.el +++ b/init.el @@ -1826,8 +1826,7 @@ magit-save-repository-buffers 'dontask magit-section-visibility-indicator '("…" . t) magit-status-buffer-switch-function 'switch-to-buffer - magit-status-show-hashes-in-headers t) - :bind ((:map forge-topic-mode-map ("M-w" . copy-region-as-kill)))) + magit-status-show-hashes-in-headers t)) ;;;; forge (use-package forge @@ -1837,9 +1836,13 @@ (setq forge-topic-list-limit (cons 100 -1) forge-pull-notifications nil) :config - (add-hook 'magit-status-sections-hook #'forge-insert-assigned-pullreqs t) - (add-hook 'magit-status-sections-hook #'forge-insert-assigned-issues t)) + (add-hook 'magit-status-sections-hook #'forge-insert-assigned-issues t) + :bind ((:map forge-topic-mode-map ("M-w" . copy-region-as-kill)))) + +(use-package embark-vc + :after forge + :ensure t) ;;;; code reviews (use-package code-review -- cgit v1.2.3