]> git.donarmstrong.com Git - lib.git/commitdiff
defer all things magit
authorDon Armstrong <don@donarmstrong.com>
Mon, 28 Aug 2023 20:31:33 +0000 (13:31 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 28 Aug 2023 20:31:33 +0000 (13:31 -0700)
emacs_el/configuration/don-configuration.org

index cd1fd3832dda0470d87dbc1e59baf1ebd8fd14db..39fb7859e5d46d0b79a7c38027f0078f92095edc 100644 (file)
@@ -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