From ba6c97dfeb3eb725d4ede087548c81d5ba6b1e98 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 28 Aug 2023 13:31:33 -0700 Subject: [PATCH 1/1] defer all things magit --- emacs_el/configuration/don-configuration.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index cd1fd38..39fb785 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -589,15 +589,18 @@ value, scrolling continues until there is no more output. ) (use-package magit-annex :defer t + :after magit ) (use-package magit-vcsh :defer t + :after magit ) #+END_SRC *** Forge (github/gitlab) #+BEGIN_SRC emacs-lisp (use-package forge + :defer t :after magit ) #+END_SRC -- 2.39.2