From 32001ba280c892d1d4617d222c7f838bef590cef Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 12 Mar 2025 19:21:03 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ced713..1183655 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Always begin your `pre-init.el`, `post-init.el`, `post-early-init.el`, and `pre- Replace `FILENAME.el` with the actual name and DESCRIPTION with a brief description of its purpose. -*(If you remove `no-byte-compile: t;` from your headers, Emacs will compile them. However, if you choose to compile them, you may need to include `(require 'use-package)` at the top of `post-init.el` to ensure that all required `use-package` variables and functions are loaded.)* +*(Only if you know what you are doing: If you decide to remove `no-byte-compile: t;` from your init files, Emacs will compile them. However, if you choose to compile them, you may need to include `(require 'use-package)` at the top of `post-init.el` to ensure that all required `use-package` variables and functions are loaded.)* ## Customizations: UI (pre-early-init.el)