Manually finalize straight transactions

Straight expects to be used interactively, which don't do (yet). Its
transactional system depends on idle timers, which don't run in a
noninteractive session, so we have to nudge it ourselves.
This commit is contained in:
Henrik Lissner 2019-07-25 17:20:53 +02:00
parent 2aa7dbfb27
commit bdcb156b91
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 6 additions and 1 deletions

View file

@ -6,6 +6,7 @@
(doom-reload-core-autoloads)
(when (progn ,@body)
(doom-reload-package-autoloads 'force-p))
(doom--finalize-straight)
t))