From 67146543c1ca242b02231d1d6c1f60cae1b4e148 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:32:29 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8b7964..3138b0e 100644 --- a/README.md +++ b/README.md @@ -750,12 +750,12 @@ Thus, `post-early-init.el` and `pre-init.el` serve different purposes and are no The menu bar is disabled by default in *minimal-emacs.d* to provide a minimal, distraction-free environment, which many experienced users prefer. The menu bar can be re-enabled by adding the following configuration to `~/.emacs.d/pre-early-init.el`: -``` +```elisp (setq minimal-emacs-ui-features '(menu-bar)) ``` Other UI features can also be enabled by adding the following to `~/.emacs.d/pre-early-init.el`: -``` +```elisp (setq minimal-emacs-ui-features '(context-menu tool-bar menu-bar dialogs tooltips)) ```