Add space to lighter
This commit is contained in:
parent
bfa5e0a4f4
commit
563c1daaf4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
(define-minor-mode git-auto-commit-mode
|
||||
"Automatically commit any changes made when saving with this mode
|
||||
turned on"
|
||||
:lighter "ga"
|
||||
:lighter " ga"
|
||||
(if git-auto-commit-mode
|
||||
(add-hook 'after-save-hook 'git-auto-commit t t)
|
||||
(remove-hook 'after-save-hook 'git-auto-commit t)))
|
||||
|
|
Loading…
Reference in a new issue