Add :defer-incrementally use-package keyword

This commit is contained in:
Henrik Lissner 2018-09-20 10:41:19 -04:00
parent 9c4147bbbb
commit b653039535
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 26 additions and 14 deletions

View file

@ -16,10 +16,9 @@ available.")
(def-package! magit
:commands magit-file-delete
:defer-incrementally (dash f s with-editor git-commit package magit)
:init
(setq magit-auto-revert-mode nil) ; we already use `global-auto-revert-mode'
(doom-load-packages-incrementally
'(dash f s with-editor git-commit package magit))
:config
(setq magit-completing-read-function
(if (featurep! :completion ivy)