From c2883bb14064a09a4ad6e60563e3d43fa0185f92 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 17 Sep 2025 16:00:53 -0400 Subject: [PATCH] Remove provide from init.el and early-init.el --- early-init.el | 2 -- init.el | 2 -- 2 files changed, 4 deletions(-) diff --git a/early-init.el b/early-init.el index f113cbb..5caa915 100644 --- a/early-init.el +++ b/early-init.el @@ -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: diff --git a/init.el b/init.el index 9ad7a43..4f53dca 100644 --- a/init.el +++ b/init.el @@ -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: