branch: externals/sql-indent
commit a18b9897c78f872d01a93aaa921e32e67ef2468f
Author: Pierre Téchoueyres <[email protected]>
Commit: Alex Harsányi <[email protected]>
Correct display of lighter when minor-mode is enabled. (#38)
Add an space before text to avoid it to stick on previous word in modeline.
---
sql-indent.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sql-indent.el b/sql-indent.el
index fc9a038..ac66b3c 100644
--- a/sql-indent.el
+++ b/sql-indent.el
@@ -2178,7 +2178,7 @@ A set of alignment rules are also enabled with this minor
mode.
Selecting a region of text and typing `M-x align RET` will align
the statements. This can be used, for example, to align the 'as'
column aliases in select statements."
- :lighter "sqlind"
+ :lighter " sqlind"
:group 'sqlind
:global nil
:init-value nil