From 8fd158056d27cc7d655772498e5ed55a199bb47c Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 4 Aug 2024 20:48:00 -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 f3a230f..67aeef8 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ The author is using minimal-emacs.d as his early-init.el and init.el. He is usin His Emacs configuration starts in 0.44 seconds. ![](https://raw.githubusercontent.com/jamescherti/minimal-emacs.d/main/.images/emacs-startup.png) -(He defers loading packages when it is not required to load them on startup using `:defer t`. He also uses byte compilation and native compilation) +(He defers loading packages when it is not necessary to load them on startup by using `:defer t`. He also utilizes byte compilation and native compilation. The optimizations in minimal-emacs.d also contribute significantly to speeding up Emacs startup.) ## License