From 3e5fab83a5b1550573924e5fa5d31d9a75b27590 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 10 Dec 2019 21:41:51 -0800 Subject: [PATCH] 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. --- README.org | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README.org b/README.org index fc6a6e7..fa7a720 100644 --- a/README.org +++ b/README.org @@ -71,26 +71,27 @@ git-auto-commit-mode is a simple mode, as such it offers little customization. - - =gac-automatically-push-p= :: A boolean value indicating whether or - not git-auto-commit-mode should try to push the git - repository's ~HEAD~ to its default upstream. Setting up the - upstream is the user's responsibility. + - =gac-automatically-push-p= :: + A boolean value indicating whether or not git-auto-commit-mode should try to + push the git repository's ~HEAD~ to its default upstream. Setting up the + upstream is the user's responsibility. - =gac-automatically-add-new-files-p= :: A boolean value indicating whether or not git-auto-commit-mode should add new (untracked) files to the repository. - - =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-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 - commands. The default " && " is good for bash-like shells, - but " ; and " would be used for fish, for example. + - =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. + - =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.