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

@@ -24,7 +24,7 @@ git clone https://github.com/jamescherti/minimal-emacs.d ~/.emacs.d
- Delays garbage collection during startup to improve performance and resets it to a more reasonable value once Emacs has started.
2. **Native Compilation and Byte Compilation:**
- Configures `native-compile` settings
- Configures native compilation and byte compilation settings
- Suppresses compiler warnings and errors during native compilation.
4. **UI Element Management:**

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)