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

@ -97,7 +97,7 @@ fundamental-mode) for performance sake."
(def-package! savehist
;; persist variables across sessions
:defer-incrementally (custom savehist)
:defer-incrementally (custom)
:after-call post-command-hook
:config
(setq savehist-file (concat doom-cache-dir "savehist")
@ -129,7 +129,7 @@ savehist file."
(def-package! recentf
;; Keep track of recently opened files
:defer-incrementally (easymenu tree-widget timer recentf)
:defer-incrementally (easymenu tree-widget timer)
:after-call after-find-file
:commands recentf-open-files
:config