Skip to content

Conversation

carmenbianca
Copy link

Emacs 28+ will warn you if you call package-initialize in init.el, which is not necessary since Emacs 27.

However, package-archive-contents is not populated by default if package-initialize is not called, because Emacs is not aware of the archives in early-init. Therefore, we need to populate it manually.

Emacs 28+ will warn you if you call package-initialize in init.el, which is not
necessary since Emacs 27.

However, package-archive-contents is not populated by default if
package-initialize is not called, because Emacs is not aware of the archives in
early-init. Therefore, we need to populate it manually.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant