Add :defer-incrementally use-package keyword
This commit is contained in:
parent
9c4147bbbb
commit
b653039535
3 changed files with 26 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue