From 2f05046731330c8643fc21c40a6840d40d70fc26 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 7 Oct 2019 21:34:53 -0700 Subject: [PATCH] Consistently apply the code markup to customization options --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 28c132d..4fd5782 100644 --- a/README.org +++ b/README.org @@ -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.