mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
core-packages: remove redundant package-read-all-archive-contents from doom-initialize
This commit is contained in:
@ -103,8 +103,6 @@ avoided to speed up startup."
|
||||
(setq load-path doom--load-path
|
||||
package-activated-list nil)
|
||||
(package-initialize)
|
||||
(unless package-archive-contents
|
||||
(package-read-all-archive-contents))
|
||||
(unless (package-installed-p 'quelpa-use-package)
|
||||
(package-refresh-contents)
|
||||
(package-install 'quelpa-use-package t)
|
||||
|
Reference in New Issue
Block a user