diff --git a/center-content.el b/center-content.el index bd71c53..dcbab6f 100644 --- a/center-content.el +++ b/center-content.el @@ -109,7 +109,7 @@ horizontally and vertically within the window. The mode line is hidden for a clean appearance." :init-value nil :global nil - :lighter nil ;; Remove the lighter to keep the mode line clean + :lighter " Center" (if center-content-mode (center-content--enable) (center-content--disable)))