Change default value of center-content-hide-mode-line

This commit is contained in:
larstvei 2024-09-21 00:24:00 +02:00
parent ea42c54438
commit 8fd156e918

View File

@ -33,7 +33,7 @@
:type 'boolean :type 'boolean
:group 'center-content) :group 'center-content)
(defcustom center-content-hide-mode-line t (defcustom center-content-hide-mode-line nil
"Hide mode-line when centering." "Hide mode-line when centering."
:type 'boolean :type 'boolean
:group 'center-content) :group 'center-content)
@ -131,9 +131,8 @@
(define-minor-mode center-content-mode (define-minor-mode center-content-mode
"Toggle horizontal and vertical centering of buffer content. "Toggle horizontal and vertical centering of buffer content.
When enabled, the content of the buffer is centered both When enabled, the content of the buffer is centered both horizontally
horizontally and vertically within the window. The mode line is and vertically within the window."
hidden for a clean appearance."
:init-value nil :init-value nil
:global nil :global nil
:lighter " Center" :lighter " Center"