From d4427b6d6c311b30f26aa6e95aa2fc93d964c088 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Fri, 13 Mar 2026 14:48:29 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c575bfd..2445dec 100644 --- a/README.md +++ b/README.md @@ -2748,9 +2748,8 @@ The minimal-emacs.d base provides a sensible foundation for your personal config * **Optimized File Handlers:** Defers garbage collection during startup to reduce load times, restoring it to a standard threshold once Emacs is ready. * **Process Throughput:** Increases the chunk size for reading from processes to speed up external tool interactions. * **Compiled File Preference:** Instructs Emacs to prioritize loading newer byte-compiled files. -* **Optimized Text Rendering:** Disables bidirectional text scanning and font compacting during startup to reduce memory usage and speed up initialization. +* **Optimized Text Rendering:** Disables font compacting during startup to reduce memory usage and speed up initialization. * **Silent Boot Sequence:** Removes the GNU Emacs startup message, unsets OS-irrelevant command line options, and defers toolbar setup. -* **Instant Scratch Buffer:** Starts the initial scratch buffer in `fundamental-mode` to reduce startup overhead. ### Native Compilation and Byte Compilation @@ -2780,10 +2779,8 @@ The minimal-emacs.d base provides a sensible foundation for your personal config ### Developer Experience -* **Pre-Tuned Packages:** Configures optimized settings for built-in packages like Eglot, recentf, savehist, and auto-save without enabling them by default. +* **Optional Built-in Package Defaults:** Configures optimized settings for built-in packages like Eglot, recentf, savehist, and auto-save without enabling them by default. * **Git Integration:** Sets version control to use the `--histogram` diff algorithm and automatically follow file renames in logs. -* **Bash Scripting:** Enforces consistent indentation after line continuations in shell scripts. -* **Clean Logs:** Disables warnings from the legacy advice API and suppresses aliased variable warnings. ### Buffer, Directory, and Window Management