From b0a20a371f06790e2b7e29a44885de18ece3fa17 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 5 Feb 2025 08:39:52 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64d9028..8a5a6fd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The **minimal-emacs.d** project is a customizable Emacs base that provides **bet Here’s what the **minimal-emacs.d** configuration provides: - Optimizations to speed up both startup and overall usage of Emacs, - Improved default Emacs settings, including user experience enhancements, UI element management, optimized garbage collection, better configurations for built-in packages, etc., -- You have full control over selecting the major and minor modes you need (i.e., **minimal-emacs.d** doesn’t enable any modes by default, allowing users to choose which modes to enable), +- Provides the user with complete control over selecting major and minor modes (*minimal-emacs.d* does not enable any modes by default, allowing users to choose which modes to activate). - This README.md, which offers extensive recommendations for customizing your Emacs configuration. *(More information about the features can be found here: [Features](#features))*