Revise :after-call & :defer-incrementally comments

Now implicitly adds the current package to :defer-incrementally's list
of packages.
This commit is contained in:
Henrik Lissner 2018-12-23 00:25:51 -05:00
parent 0efa915164
commit 451c16b8ee
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 30 additions and 10 deletions

View file

@ -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