From 616bea30c74ac213d891c0934a5904f01a7bcfe3 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 23 Mar 2025 08:28:58 -0400 Subject: [PATCH] Closes #53: Update docstrings --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index 2c3d332..fd949cc 100644 --- a/early-init.el +++ b/early-init.el @@ -17,7 +17,7 @@ ;;; Variables (defvar minimal-emacs-ui-features '() - "List of user interface features to disable in minimal Emacs setup. + "List of user interface features to enable in minimal Emacs setup. This variable holds a list Emacs UI features that can be enabled: - context-menu (Enables the context menu in graphical environments.) - tool-bar (Enables the tool bar in graphical environments.)