projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
812831e
)
* lisp/editorconfig.el (editorconfig-mode): Remove `:lighter`
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 17 Jun 2024 15:04:47 +0000
(11:04 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 19 Jun 2024 18:39:17 +0000
(14:39 -0400)
We generally don't want to eat up modeline space with lighters
for global and permanent major modes.
lisp/editorconfig.el
patch
|
blob
|
history
diff --git
a/lisp/editorconfig.el
b/lisp/editorconfig.el
index df707a6644a83a6eb5fb629b579c1fb09da447e7..070d6b460ebdb7d50bc8c1afec71cea13d44e9ed 100644
(file)
--- 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