Force loading magit after startup

This commit is contained in:
tastytea 2021-12-24 16:55:00 +01:00
parent 6653ce65cd
commit 60bebf6069
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
(use-package magit (use-package magit
:unless slow-computer :unless slow-computer
:after (eldoc) :after (eldoc)
:defer 4
:custom ((magit-diff-refine-hunk 'all)) :custom ((magit-diff-refine-hunk 'all))
:config (progn :config (progn
;; Didn't work in :custom. ;; Didn't work in :custom.