Operating System
Linux/BSD
Additional Operating System information
No response
Emacs Version
30
Emacs Configuration Details
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.
Operating System
Linux/BSD
Additional Operating System information
No response
Emacs Version
30
Emacs Configuration Details
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.