From: Don Armstrong Date: Mon, 28 Aug 2023 20:31:33 +0000 (-0700) Subject: defer all things magit X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ba6c97dfeb3eb725d4ede087548c81d5ba6b1e98;p=lib.git defer all things magit --- 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