fix package-initialize: packaga-initialize is init-elpa.el

This commit is contained in:
Jesús 2019-05-12 18:58:16 -05:00
parent 63c47b2853
commit bc12d9bb2d
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -74,7 +74,7 @@
;; ("\\`/:" . file-name-non-special))
;; Which means on every .el and .elc file loaded during start up, it has to runs those regexps against the filename.
(let* ((file-name-handler-alist nil))
;; `package-initialize' takes 35% of startup time
;; package-initialize' takes 35% of startup time
;; need check https://github.com/hlissner/doom-emacs/wiki/FAQ#how-is-dooms-startup-so-fast for solution
(require 'init-security)
(require 'init-elpa)