From 07767ef19e67150ea7eceaaa0fbc64cc08f03a20 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:20:22 -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 e8db80d..12c6043 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ The minimal-emacs.d init files support additional customization files that are l Always begin your `pre-init.el`, `post-init.el`, `post-early-init.el`, and `pre-early-init.el` files with the following header to prevent them from being byte-compiled and to activate lexical binding: ```elisp -;;; FILENAME.el --- DESCRIPTION -*- lexical-binding: t; -*- +;;; 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.)