Closes #40: Add function that verifies that the Emacs config has loaded.

This commit is contained in:
James Cherti
2025-03-06 12:11:14 -05:00
parent 2bef2c2ba9
commit 224fb1216b
3 changed files with 19 additions and 6 deletions

View File

@@ -16,6 +16,7 @@
;;; Load pre-init.el
(minimal-emacs-load-user-init "pre-init.el")
(setq minimal-emacs--stage "init.el")
;;; Before package
@@ -542,6 +543,7 @@
;;; Load post init
(minimal-emacs-load-user-init "post-init.el")
(setq minimal-emacs--success t)
(provide 'init)
;;; init.el ends here