Silence early-init.el load at startup

This commit is contained in:
Henrik Lissner 2018-06-19 19:18:27 +02:00
parent 205cc718d2
commit f3b42a73b3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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"))