branch: scratch/editorconfig-cc
commit 49421bc1a4442b5494a97929c0b66b4cc1c22cbb
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Add one space to editorconfig-mode lighter text
---
 editorconfig.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editorconfig.el b/editorconfig.el
index 7a954dbd98..3157251762 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 "EditorConfig"
+  :lighter " EditorConfig"
   (dolist (hook '(after-change-major-mode-hook))
     (if editorconfig-mode
       (add-hook hook 'editorconfig-mode-apply)

Reply via email to