branch: scratch/editorconfig-cc
commit b1d254fd14cd31107e27dada98b7b43e1cc8d63e
Author: Hong Xu <h...@topbug.net>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Add a :lighter "EditorConfig" for editorconfig-mode.
---
 editorconfig.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editorconfig.el b/editorconfig.el
index 984340eba7..7a954dbd98 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -332,7 +332,7 @@ When enabled EditorConfig properties will be applied to 
buffers when first
 visiting files or changing major modes if the major mode is not listed in
 `editorconfig-exclude-modes'."
   :global t
-  :lighter ""
+  :lighter "EditorConfig"
   (dolist (hook '(after-change-major-mode-hook))
     (if editorconfig-mode
       (add-hook hook 'editorconfig-mode-apply)

Reply via email to