From 6cb7a0dacfd354c3a2ae8916545252568ebd6f10 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 12 Mar 2025 19:56:59 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 795e1d3..c3b6a44 100644 --- a/README.md +++ b/README.md @@ -174,11 +174,11 @@ Native compilation enhances Emacs performance by converting Elisp code into nati :config ;; The following directive prevents compile-angel from compiling your init - ;; 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 ;; implications and thoroughly test your code. For example, if you're using - ;; `use-package`, you'll need to explicitly require `use-package` at the top - ;; of your init file. + ;; `use-package', you'll need to explicitly add `(require 'use-package)` at + ;; the top of your init file. (push "/pre-init.el" compile-angel-excluded-files) (push "/post-init.el" compile-angel-excluded-files) (push "/pre-early-init.el" compile-angel-excluded-files)