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:
parent
812831ee2f
commit
3da6765c99
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue