From d91c5f2c2bf417d230e908b59ec1a3c6472a148a Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 12 Mar 2025 19:19:22 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bf3ed3..2ced713 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,9 @@ Always begin your `pre-init.el`, `post-init.el`, `post-early-init.el`, and `pre- ;;; FILENAME.el --- DESCRIPTION -*- no-byte-compile: t; lexical-binding: t; -*- ``` -(Replace `FILENAME.el` with the actual name and DESCRIPTION with a brief description of its purpose.) +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.)* ## Customizations: UI (pre-early-init.el)