Consistently apply the code markup to customization options
This commit is contained in:
parent
fc94d0df93
commit
2f05046731
1 changed files with 3 additions and 3 deletions
|
@ -76,17 +76,17 @@
|
|||
repository's ~HEAD~ to its default upstream. Setting up the
|
||||
upstream is the user's responsibility.
|
||||
|
||||
- gac-ask-for-summary-p :: A boolean value indicating whether or not
|
||||
- =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. *Note*: Since the summary is asked for before the commit,
|
||||
but /after/ the file has been saved, pressing ~C-g~ while entering the
|
||||
Summary will stop the commit from being made, but not the file from being
|
||||
saved.
|
||||
|
||||
- gac-shell-and :: A string that can be used to change how the shell combines
|
||||
- =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
|
||||
- =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.
|
||||
|
|
Loading…
Reference in a new issue