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:
parent
8d3536fa77
commit
b2fd76cb49
2 changed files with 2 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue