summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/init-git.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el
index ed9c5a5..073dffd 100644
--- a/lisp/init-git.el
+++ b/lisp/init-git.el
@@ -31,6 +31,8 @@ If NOSELECT is non-nil, do not select the window."
(use-package forge
:ensure t
+ :after magit ;; do not load until magit is loaded
+ :demand ;; because binds below are not for loading the package
:init
;; limit number of topics listed in status buffer
(setq forge-topic-list-limit '(10 . 0))