Add space to lighter

This commit is contained in:
Tom Willemsen 2012-01-10 00:08:10 +01:00
parent bfa5e0a4f4
commit 563c1daaf4

View file

@ -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)))