From 4f75aa2d96ba70b45f2dafc3b83715dad989559c Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 14 May 2025 09:07:16 -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 9bf479f..7333758 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Building the *minimal-emacs.d* `init.el` and `early-init.el` was the result of * The minimal-emacs.d project includes two initialization files: -- `early-init.el`: Emacs loads this file early in the startup process, before the graphical interface is initialized. Introduced in Emacs 27, it allows configuration of settings that affect startup performance and GUI elements that must be set before any packages are loaded. +- `early-init.el`: A file that is loaded early in the startup process, before the Emacs graphical interface is initialized. Introduced in Emacs 27, it allows configuration of settings that affect startup performance and GUI elements that must be set before any packages are loaded. - `init.el`: This file contains user customizations, such as setting variables, loading packages, configuring modes, and defining keybindings.