branch: elpa/auto-dim-other-buffers
commit 7502775f38dcd8e961f4164a6267bfffb7a39c9a
Author: Michal Nazarewicz <min...@mina86.com>
Commit: Michal Nazarewicz <min...@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