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

@@ -551,8 +551,6 @@
(minimal-emacs-load-user-init "post-init.el"))
(setq minimal-emacs--success t)
(provide 'init)
;; Local variables:
;; byte-compile-warnings: (not obsolete free-vars)
;; End: