update performance
This commit is contained in:
parent
6f8307e501
commit
fbde1349df
5
init.el
5
init.el
@ -28,6 +28,9 @@
|
||||
;;; Features
|
||||
;;;------------------------------
|
||||
;;; https://stackoverflow.com/questions/2816019/in-lisp-avoid-cannot-open-load-file-when-using-require
|
||||
(let* ((file-name-handler-alist nil))
|
||||
;; `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 nil 'noerror)
|
||||
(require 'init-elpa nil 'noerror)
|
||||
;; theme
|
||||
@ -71,7 +74,7 @@
|
||||
(require 'init-rainbow nil 'noerror)
|
||||
(require 'init-web-mode nil 'noerror)
|
||||
(require 'init-ready nil 'noerror)
|
||||
(require 'init-dokuwiki nil 'noerror)
|
||||
(require 'init-dokuwiki nil 'noerror))
|
||||
|
||||
;;; Loads custom file
|
||||
(when (file-exists-p custom-file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user