core-packages: remove redundant package-read-all-archive-contents from doom-initialize
This commit is contained in:
parent
b42d116e01
commit
468b66108d
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue