Update comments

This commit is contained in:
James Cherti
2024-08-03 13:42:09 -04:00
parent 40118f2d5f
commit c037a23db1
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
;;; Code:
;;; Load pre-init.el (after package/use-package and before init)
;;; Load pre-init.el
(minimal-emacs-load-user-init "pre-init.el")
;;; package.el
@@ -157,7 +157,7 @@
(setq visible-bell nil)
(setq ring-bell-function #'ignore)
;;; Load user-pre-init.el
;;; Load post-init.el
(minimal-emacs-load-user-init "post-init.el")
(provide 'init)