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 6c8804c7d2 58/82: Remove mode’s li


From: ELPA Syncer
Subject: [nongnu] elpa/auto-dim-other-buffers 6c8804c7d2 58/82: Remove mode’s lighter
Date: Mon, 12 Dec 2022 20:58:44 -0500 (EST)

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

    Remove mode’s lighter
    
    Other buffers being dimmed should be indicator enough that the mode is
    enabled.  Remove it’s lighter since it only clutters the mode line.
---
 auto-dim-other-buffers.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/auto-dim-other-buffers.el b/auto-dim-other-buffers.el
index a5fad9076a..9a5162872e 100644
--- a/auto-dim-other-buffers.el
+++ b/auto-dim-other-buffers.el
@@ -8,7 +8,7 @@
 ;;     Michal Nazarewicz <mina86@mina86.com>
 ;; Maintainer: Michal Nazarewicz <mina86@mina86.com>
 ;; URL: https://github.com/mina86/auto-dim-other-buffers.el
-;; Version: 1.8.1
+;; Version: 1.8.2
 
 ;; This file is not part of GNU Emacs.
 
@@ -147,7 +147,6 @@ function."
 ;;;###autoload
 (define-minor-mode auto-dim-other-buffers-mode
   "Visually makes non-current buffers less prominent"
-  :lighter " Dim"
   :global t
   (setq adob--last-buffer nil)
   (if auto-dim-other-buffers-mode



reply via email to

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