From 21dfc290456591b7f5a82e720a9410535accc8f0 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sun, 15 Sep 2024 02:05:53 +0200 Subject: [PATCH] Add a lighter --- center-content.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))