Silence early-init.el load at startup
This commit is contained in:
parent
205cc718d2
commit
f3b42a73b3
1 changed files with 2 additions and 1 deletions
3
init.el
3
init.el
|
@ -28,6 +28,7 @@
|
||||||
;;; License: MIT
|
;;; License: MIT
|
||||||
|
|
||||||
(unless (boundp 'early-init-file)
|
(unless (boundp 'early-init-file)
|
||||||
(load (concat (file-name-directory load-file-name) "early-init")))
|
(load (concat (file-name-directory load-file-name) "early-init")
|
||||||
|
nil t))
|
||||||
|
|
||||||
(require 'core (concat user-emacs-directory "core/core"))
|
(require 'core (concat user-emacs-directory "core/core"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue