mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
(setq load-path doom--load-path
|
||||||
package-activated-list nil)
|
package-activated-list nil)
|
||||||
(package-initialize)
|
(package-initialize)
|
||||||
(unless package-archive-contents
|
|
||||||
(package-read-all-archive-contents))
|
|
||||||
(unless (package-installed-p 'quelpa-use-package)
|
(unless (package-installed-p 'quelpa-use-package)
|
||||||
(package-refresh-contents)
|
(package-refresh-contents)
|
||||||
(package-install 'quelpa-use-package t)
|
(package-install 'quelpa-use-package t)
|
||||||
|
Reference in New Issue
Block a user