From 8fd156e918af7851097eab8d34e6beb94f025369 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 21 Sep 2024 00:24:00 +0200 Subject: [PATCH] Change default value of `center-content-hide-mode-line` --- center-content.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/center-content.el b/center-content.el index ba773ab..49df854 100644 --- a/center-content.el +++ b/center-content.el @@ -33,7 +33,7 @@ :type 'boolean :group 'center-content) -(defcustom center-content-hide-mode-line t +(defcustom center-content-hide-mode-line nil "Hide mode-line when centering." :type 'boolean :group 'center-content) @@ -131,9 +131,8 @@ (define-minor-mode center-content-mode "Toggle horizontal and vertical centering of buffer content. -When enabled, the content of the buffer is centered both -horizontally and vertically within the window. The mode line is -hidden for a clean appearance." +When enabled, the content of the buffer is centered both horizontally +and vertically within the window." :init-value nil :global nil :lighter " Center"