Update README.md

This commit is contained in:
James Cherti
2025-03-11 14:31:05 -04:00
parent 4eb6947f78
commit c8424cb94c

View File

@@ -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: 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 ```elisp
;;; FILENAME.el --- DESCRIPTION -*- no-byte-compile: t; lexical-binding: t; -*- ;;; FILENAME.el --- DESCRIPTION -*- 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.)