summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs8
1 files changed, 8 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 59a8b92..05f09f0 100644
--- a/.emacs
+++ b/.emacs
@@ -741,6 +741,7 @@ UPSTREAMS is a list of fetch URLs."
delight
diff-hl
elisp-benchmarks
+ forge
gnus-mock
magit
markdown-mode
@@ -835,6 +836,13 @@ UPSTREAMS is a list of fetch URLs."
(my/setopt-update-list erc-modules '(log notifications stamp track) '(fill))
(my/setopt-update-list erc-track-exclude-types '("JOIN" "PART" "QUIT")))
+(use-package forge
+ ;; Auto-load after Magit, to ensure `f n' works.
+ :after magit
+ ;; We have `use-package-always-defer' set, so `:after' does nothing
+ ;; unless we also set `:demand' (xref GH#572):
+ :demand t)
+
(use-package generic-x
:demand t
:custom