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