-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
I confirm that...
-
I searched the issue tracker and found no similar issues.
-
I searched the documentation, FAQ, discussion board, and Google for solutions to my issue.
-
I read the debugging guide and researched the issue to the best of my ability.
-
My issue can be observed on the latest available commit of Doom.
-
My issue can be observed on a stable release of Emacs (i.e. doesn't end in
.50,.60, or.90–.99)
Describe your issue
doom/help-packages shows this warning:
⛔ Warning (straight): package.el was loaded when straight.el was already loaded. You may wish to delete ~/.emacs.d/elpa or add (setq package-enable-at-startup nil) to ~/.emacs.d/early-init.el to avoid multiple versions of the same packages being loaded.
This is due to radian-software/straight.el@97f160b. Note that the warning gets the load order wrong here. It claims that edit: I may be wrong here. I haven't checked the actual load order. But it shouldn't matter for this issue: we want to load both packages, and a warning will appear independently of the load order.straight.el was loaded before package.el but we do it the other way around.
I suspect the simplest fix is (setq straight-package--warning-displayed t).
Steps to reproduce
- Open Emacs
SPC h p
System information
https://gist.github.com/real-or-random/ce8d0ea8105316b521a7f872cdcb75c0
Metadata
Metadata
Assignees
Labels
Type
Projects
Status