mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Revise :after-call & :defer-incrementally comments
Now implicitly adds the current package to :defer-incrementally's list of packages.
This commit is contained in:
@ -15,7 +15,7 @@ what features are available.")
|
||||
|
||||
(def-package! magit
|
||||
:commands magit-file-delete
|
||||
:defer-incrementally (dash f s with-editor git-commit package magit)
|
||||
:defer-incrementally (dash f s with-editor git-commit package)
|
||||
:init
|
||||
(setq magit-auto-revert-mode nil) ; we already use `global-auto-revert-mode'
|
||||
:config
|
||||
|
Reference in New Issue
Block a user