From 0a0487dc35efd2c02d374f28d9f1739229caebe6 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 6 Mar 2025 20:53:34 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae68fb6..922ba1b 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,9 @@ These settings control the visibility of dialogs, context menus, toolbars, menu Native compilation enhances Emacs performance by converting Elisp code into native machine code, resulting in faster execution and improved responsiveness. -1. To check if native compilation is enabled, evaluate `(native-comp-available-p)` in Emacs. A non-nil result indicates that native compilation is active. +1. To check if native compilation is enabled, evaluate: + `(native-comp-available-p)` + (A non-nil result indicates that native compilation is active.) 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