From 4c24771f3a317895fb04a8330fa2507706c7be19 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 12 Mar 2025 19:47:18 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1d9026e..a9cb0d2 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,13 @@ Native compilation enhances Emacs performance by converting Elisp code into nati :ensure t :demand t :config + ;; If you choose to compile your pre/post-init files, make sure you + ;; understand the implications and thoroughly test your code. + (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) + (push "/post-early-init.el" compile-angel-excluded-files) + ;; Set `compile-angel-verbose` to nil to suppress output from compile-angel. ;; Drawback: The minibuffer will not display compile-angel's actions. (setq compile-angel-verbose t)