]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/editorconfig.el (editorconfig-mode): Remove `:lighter`
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 17 Jun 2024 15:04:47 +0000 (11:04 -0400)
committerEshel Yaron <me@eshelyaron.com>
Fri, 21 Jun 2024 18:59:53 +0000 (20:59 +0200)
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

index df707a6644a83a6eb5fb629b579c1fb09da447e7..070d6b460ebdb7d50bc8c1afec71cea13d44e9ed 100644 (file)
@@ -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