aboutsummaryrefslogtreecommitdiffstats
path: root/git-auto-commit-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'git-auto-commit-mode.el')
-rw-r--r--git-auto-commit-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-auto-commit-mode.el b/git-auto-commit-mode.el
index 12c3c63..5d2b840 100644
--- a/git-auto-commit-mode.el
+++ b/git-auto-commit-mode.el
@@ -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)))