Update README.md

This commit is contained in:
James Cherti
2025-08-26 17:18:00 -04:00
parent 80813db2d5
commit 429d3a6697

View File

@@ -252,8 +252,9 @@ Native compilation enhances Emacs performance by converting Elisp code into nati
;; files. If you choose to remove this push to `compile-angel-excluded-files' ;; files. If you choose to remove this push to `compile-angel-excluded-files'
;; and compile your pre/post-init files, ensure you understand the ;; and compile your pre/post-init files, ensure you understand the
;; implications and thoroughly test your code. For example, if you're using ;; implications and thoroughly test your code. For example, if you're using
;; `use-package', you'll need to explicitly add `(require 'use-package)` at ;; the `use-package' macro, you'll need to explicitly add:
;; the top of your init file. ;; (eval-when-compile (require 'use-package))
;; at the top of your init file.
(push "/init.el" compile-angel-excluded-files) (push "/init.el" compile-angel-excluded-files)
(push "/early-init.el" compile-angel-excluded-files) (push "/early-init.el" compile-angel-excluded-files)
(push "/pre-init.el" compile-angel-excluded-files) (push "/pre-init.el" compile-angel-excluded-files)