Update README

This commit is contained in:
Tom Willemse 2019-10-07 20:37:02 -07:00
parent e533166a22
commit 23a0224a00

View file

@ -79,3 +79,11 @@
- gac-ask-for-summary-p :: A boolean value indicating whether or not
git-auto-commit-mode should ask the user for a commit message
every time a commit is made.
- gac-shell-and :: A string that can be used to change how the shell combines
commands. The default " && " is good for bash-like shells,
but " ; and " would be used for fish, for example.
- gac-debounce-interval :: A number specifying a buffer between automatic
commits in seconds. Wait with making an actual commit until this number
of seconds elapses.