From 429d3a6697ba92428213553717109287ba4f9fb3 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:18:00 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17eb8ca..0f81d89 100644 --- a/README.md +++ b/README.md @@ -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' ;; and compile your pre/post-init files, ensure you understand the ;; 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 top of your init file. + ;; the `use-package' macro, you'll need to explicitly add: + ;; (eval-when-compile (require 'use-package)) + ;; at the top of your init file. (push "/init.el" compile-angel-excluded-files) (push "/early-init.el" compile-angel-excluded-files) (push "/pre-init.el" compile-angel-excluded-files)