From bc12d9bb2d3bf25ac4d931b6d2dd073a848878ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 12 May 2019 18:58:16 -0500 Subject: [PATCH] fix package-initialize: packaga-initialize is init-elpa.el --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 2e6cbf2..91152e8 100644 --- a/init.el +++ b/init.el @@ -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)