aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-05-27 11:51:11 +0200
committerGravatar Tom Willemsen2012-05-27 11:51:11 +0200
commit791c8e0b7e13f9f5ba11b2f44d7301a3498ab41b (patch)
tree5ee545e1b1bf160e3ecf2877f8c7549a838db33d
parentfed8e9fea72fc4974d5d641e73eed4cb37e63187 (diff)
downloadgit-auto-commit-mode-791c8e0b7e13f9f5ba11b2f44d7301a3498ab41b.tar.gz
git-auto-commit-mode-791c8e0b7e13f9f5ba11b2f44d7301a3498ab41b.zip
Add autoload cookie for packaging
-rw-r--r--git-auto-commit-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-auto-commit-mode.el b/git-auto-commit-mode.el
index d3abdb1..45f5c82 100644
--- a/git-auto-commit-mode.el
+++ b/git-auto-commit-mode.el
@@ -105,6 +105,7 @@ already have been set up."
(when gac-automatically-push
(gac-push)))
+;;;###autoload
(define-minor-mode git-auto-commit-mode
"Automatically commit any changes made when saving with this
mode turned on and optionally push them too."