Update README.org to follow new org-mode indentation

org-mode 9.3 started indenting description lists as normal, this commit makes
the README.org follow that indentation.
This commit is contained in:
Tom Willemse 2019-12-10 21:41:51 -08:00
parent d8d9dab5d2
commit 3e5fab83a5

View file

@ -71,26 +71,27 @@
git-auto-commit-mode is a simple mode, as such it offers little git-auto-commit-mode is a simple mode, as such it offers little
customization. customization.
- =gac-automatically-push-p= :: A boolean value indicating whether or - =gac-automatically-push-p= ::
not git-auto-commit-mode should try to push the git A boolean value indicating whether or not git-auto-commit-mode should try to
repository's ~HEAD~ to its default upstream. Setting up the push the git repository's ~HEAD~ to its default upstream. Setting up the
upstream is the user's responsibility. upstream is the user's responsibility.
- =gac-automatically-add-new-files-p= :: - =gac-automatically-add-new-files-p= ::
A boolean value indicating whether or not git-auto-commit-mode should add A boolean value indicating whether or not git-auto-commit-mode should add
new (untracked) files to the repository. new (untracked) files to the repository.
- =gac-ask-for-summary-p= :: A boolean value indicating whether or not - =gac-ask-for-summary-p= ::
git-auto-commit-mode should ask the user for a commit message every time A boolean value indicating whether or not git-auto-commit-mode should ask
a commit is made. *Note*: Since the summary is asked for before the commit, the user for a commit message every time a commit is made. *Note*: Since the
but /after/ the file has been saved, pressing ~C-g~ while entering the summary is asked for before the commit, but /after/ the file has been saved,
Summary will stop the commit from being made, but not the file from being pressing ~C-g~ while entering the Summary will stop the commit from being
saved. 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= ::
commands. The default " && " is good for bash-like shells, A string that can be used to change how the shell combines commands. The
but " ; and " would be used for fish, for example. 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= ::
commits in seconds. Wait with making an actual commit until this number A number specifying a buffer between automatic commits in seconds. Wait with
of seconds elapses. making an actual commit until this number of seconds elapses.