From b30731e580ac5c71e8b66625bd328d971fd76bdf Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:23:56 -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 ceaa13f..62f3cff 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ git clone https://github.com/jamescherti/minimal-emacs.d ~/.emacs.d - Reduces startup screen and message noise, including removing the "For information about GNU Emacs..." message. - Configures Emacs to start with a scratch buffer in `fundamental-mode` to shave seconds off startup time. - Delays garbage collection during startup to improve performance and resets it to a more reasonable value once Emacs has started. - - Customizes `file-name-handler-alist` for improved startup time and package load time (Special thanks to the Doom Emacs developers; This function have been inspired by their project and will contribute to improving vanilla Emacs configurations.) + - Customizes `file-name-handler-alist` for improved startup time and package load time (Special thanks to the Doom Emacs developers for the `file-name-handler-alist` optimizations; This function have been inspired by their project and will contribute to improving vanilla Emacs configurations.) - Reduces rendering workload by not rendering cursors or regions in non-focused windows. - Disables warnings from the legacy advice API and suppresses warnings about aliased variables. - Avoids unnecessary excessive UI updates.