emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/auto-dim-other-buffers 7502775f38 29/82: Use a shorter lig


From: ELPA Syncer
Subject: [nongnu] elpa/auto-dim-other-buffers 7502775f38 29/82: Use a shorter lighter for the mode.
Date: Mon, 12 Dec 2022 20:58:40 -0500 (EST)

branch: elpa/auto-dim-other-buffers
commit 7502775f38dcd8e961f4164a6267bfffb7a39c9a
Author: Michal Nazarewicz <mina86@mina86.com>
Commit: Michal Nazarewicz <mina86@mina86.com>

    Use a shorter lighter for the mode.
---
 auto-dim-other-buffers.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auto-dim-other-buffers.el b/auto-dim-other-buffers.el
index b12a5f45bb..3753e909b6 100644
--- a/auto-dim-other-buffers.el
+++ b/auto-dim-other-buffers.el
@@ -76,7 +76,7 @@
 ;;;###autoload
 (define-minor-mode auto-dim-other-buffers-mode
   "Visually makes non-current buffers less prominent"
-  :lighter " Auto-Dim"
+  :lighter " Dim"
   :global t
   (if auto-dim-other-buffers-mode
       (turn-on-auto-dim-other-buffers)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]