From: Stefan Monnier Date: Mon, 17 Jun 2024 15:04:47 +0000 (-0400) Subject: * lisp/editorconfig.el (editorconfig-mode): Remove `:lighter` X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b623f0cb1c2a355e919b786b2d493ec0dd68eb7;p=emacs.git * lisp/editorconfig.el (editorconfig-mode): Remove `:lighter` We generally don't want to eat up modeline space with lighters for global and permanent major modes. (cherry picked from commit 3da6765c9908af4eaadd98f0b048e67b3cbcb373) --- diff --git a/lisp/editorconfig.el b/lisp/editorconfig.el index df707a6644a..070d6b460eb 100644 --- a/lisp/editorconfig.el +++ b/lisp/editorconfig.el @@ -522,7 +522,6 @@ F is that function, and FILENAME and ARGS are arguments passed to F." (define-minor-mode editorconfig-mode "Toggle EditorConfig feature." :global t - :lighter editorconfig-mode-lighter (let ((modehooks '(prog-mode-hook text-mode-hook read-only-mode-hook