Remove provide from init.el and early-init.el

This commit is contained in:
James Cherti
2025-09-17 16:00:53 -04:00
parent 8d975e8820
commit c2883bb140
2 changed files with 0 additions and 4 deletions

View File

@@ -488,8 +488,6 @@ this stage of initialization."
;;; Load post-early-init.el
(minimal-emacs-load-user-init "post-early-init.el")
(provide 'early-init)
;; Local variables:
;; byte-compile-warnings: (not obsolete free-vars)
;; End: