fix package-initialize: packaga-initialize is init-elpa.el
This commit is contained in:
parent
63c47b2853
commit
bc12d9bb2d
2
init.el
2
init.el
@ -74,7 +74,7 @@
|
|||||||
;; ("\\`/:" . file-name-non-special))
|
;; ("\\`/:" . 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.
|
;; 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))
|
(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
|
;; need check https://github.com/hlissner/doom-emacs/wiki/FAQ#how-is-dooms-startup-so-fast for solution
|
||||||
(require 'init-security)
|
(require 'init-security)
|
||||||
(require 'init-elpa)
|
(require 'init-elpa)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user