Ensure straight is loaded on doom-initialize-packages

Without causing recursive require errors if called in an after! handler
for straight.
This commit is contained in:
Henrik Lissner 2019-08-15 19:56:20 -04:00
parent 8d3536fa77
commit b2fd76cb49
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 1 deletions

View file

@ -198,7 +198,6 @@ ones."
"Reload `doom-packages', `package' and `quelpa'."
(interactive)
;; HACK straight.el must be loaded for this to work
(require 'straight)
(message "Reloading packages")
(doom-initialize-packages t)
(message "Reloading packages...DONE"))