From 60bebf60693776fac1d60a992b2dafb3485d1723 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 24 Dec 2021 16:55:00 +0100 Subject: [PATCH] Force loading magit after startup --- init.d/programming/git.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.d/programming/git.el b/init.d/programming/git.el index e576fc6..eeb20d6 100644 --- a/init.d/programming/git.el +++ b/init.d/programming/git.el @@ -18,6 +18,7 @@ (use-package magit :unless slow-computer :after (eldoc) + :defer 4 :custom ((magit-diff-refine-hunk 'all)) :config (progn ;; Didn't work in :custom.