1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00

* 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.
This commit is contained in:
Stefan Monnier 2024-06-17 11:04:47 -04:00
parent 812831ee2f
commit 3da6765c99

View file

@ -522,7 +522,6 @@ F is that function, and FILENAME and ARGS are arguments passed to F."
(define-minor-mode editorconfig-mode (define-minor-mode editorconfig-mode
"Toggle EditorConfig feature." "Toggle EditorConfig feature."
:global t :global t
:lighter editorconfig-mode-lighter
(let ((modehooks '(prog-mode-hook (let ((modehooks '(prog-mode-hook
text-mode-hook text-mode-hook
read-only-mode-hook read-only-mode-hook