-
Notifications
You must be signed in to change notification settings - Fork 130
package-selected-packages is void on first usage #454
Copy link
Copy link
Open
Description
Operating System
Linux/BSD
Additional Operating System information
No response
Emacs Version
30
Emacs Configuration Details
- Native Compilation
- pGTK
- alternative package manager (use-package, straight.el, ...)
Anything else that may be related to the issue you're having?
What happened?
On a completely new emacs installation, and with the example crafted-emacs entry for init.el and no custom.el, emacs gives a void-variable error for package-selected-packages.
A workaround is to initialise package-selected-packages with something, e.g.,
(custom-set-variables
'(package-selected-packages
'(aggressive-indent)))
and then run M-x package-install-selected-packages to initialise things.
What should have happened?
crafted-emacs should check if package-selected-packages is void, and take appropriate action.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels