From 87bca021cc7ad4907faacc5fadc41866766a7be0 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 28 Aug 2025 08:16:35 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4b4ea2..f186c2e 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,7 @@ Native compilation enhances Emacs performance by converting Elisp code into nati ;; Ensure adding the following compile-angel code at the very beginning ;; of your `~/.emacs.d/post-init.el` file, before all other packages. (use-package compile-angel + :demand t :ensure t :custom ;; Set `compile-angel-verbose` to nil to suppress output from compile-angel.