From 1605a365be9f5f0f21a88f34dc150277b1c1a136 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 15 Sep 2024 10:52:59 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3c4704..f71f213 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ A [user commented on Reddit](https://www.reddit.com/r/emacs/comments/1feaf37/com - [How to change the outline-mode or outline-minor-mode Ellipsis (...) to (▼)?](#how-to-change-the-outline-mode-or-outline-minor-mode-ellipsis--to-) - [How to make minimal-emacs.d use an environment variable to change ~/.emacs.d to another directory?](#how-to-make-minimal-emacsd-use-an-environment-variable-to-change-emacsd-to-another-directory) - [Are post-early-init.el and pre-init.el the same file in terms of the logic?](#are-post-early-initel-and-pre-initel-the-same-file-in-terms-of-the-logic) - - [Why the reflexive disabling of the menu bar? It’s a major aid to discoverability, especially for new users.](#why-the-reflexive-disabling-of-the-menu-bar-its-a-major-aid-to-discoverability-especially-for-new-users) + - [Why the reflexive disabling of the menu bar?](#why-the-reflexive-disabling-of-the-menu-bar) - [Why did the author develop minimal-emacs.d?](#why-did-the-author-develop-minimal-emacsd) - [Features](#features) - [Author and license](#author-and-license) @@ -592,7 +592,7 @@ During the execution of `early-init.el` (and `pre-early-init.el` and `post-earl Thus, `post-early-init.el` and `pre-init.el` serve different purposes and are not the same. -### Why the reflexive disabling of the menu bar? It’s a major aid to discoverability, especially for new users. +### Why the reflexive disabling of the menu bar? The menu bar is disabled by default in `minimal-emacs.d` to provide a minimal, distraction-free environment, which many experienced users prefer.