diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |