From f9b464d4890a89063145479f63a1dddddb5416e2 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 2 Mar 2025 20:52:16 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aee08dc..1656b15 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,8 @@ Native compilation enhances Emacs performance by converting Elisp code into nati 2. Ensure all libraries are byte-compiled and native-compiled using [compile-angel.el](https://github.com/jamescherti/compile-angel.el). To install compile-angel, add the following code at the very beginning of your `~/.emacs.d/post-init.el` file, before all other packages: ```emacs-lisp +;; 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 :ensure t :demand t