From 0b623f0cb1c2a355e919b786b2d493ec0dd68eb7 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 17 Jun 2024 11:04:47 -0400 Subject: [PATCH] * 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) --- lisp/editorconfig.el | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2