mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Silence early-init.el load at startup
This commit is contained in:
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"))
|
||||||
|
Reference in New Issue
Block a user