Remove provide from init.el and early-init.el
This commit is contained in:
@@ -488,8 +488,6 @@ this stage of initialization."
|
|||||||
;;; Load post-early-init.el
|
;;; Load post-early-init.el
|
||||||
(minimal-emacs-load-user-init "post-early-init.el")
|
(minimal-emacs-load-user-init "post-early-init.el")
|
||||||
|
|
||||||
(provide 'early-init)
|
|
||||||
|
|
||||||
;; Local variables:
|
;; Local variables:
|
||||||
;; byte-compile-warnings: (not obsolete free-vars)
|
;; byte-compile-warnings: (not obsolete free-vars)
|
||||||
;; End:
|
;; End:
|
||||||
|
|||||||
2
init.el
2
init.el
@@ -551,8 +551,6 @@
|
|||||||
(minimal-emacs-load-user-init "post-init.el"))
|
(minimal-emacs-load-user-init "post-init.el"))
|
||||||
(setq minimal-emacs--success t)
|
(setq minimal-emacs--success t)
|
||||||
|
|
||||||
(provide 'init)
|
|
||||||
|
|
||||||
;; Local variables:
|
;; Local variables:
|
||||||
;; byte-compile-warnings: (not obsolete free-vars)
|
;; byte-compile-warnings: (not obsolete free-vars)
|
||||||
;; End:
|
;; End:
|
||||||
|
|||||||
Reference in New Issue
Block a user