From 24c8e7b0fe25fa06dcfbb9beea1e6a88a26b30c6 Mon Sep 17 00:00:00 2001 From: Thibaut Verron Date: Thu, 21 Nov 2019 13:08:47 +0100 Subject: [PATCH] Add setting for changing the default message --- git-auto-commit-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-auto-commit-mode.el b/git-auto-commit-mode.el index 5797784..444266b 100644 --- a/git-auto-commit-mode.el +++ b/git-auto-commit-mode.el @@ -82,7 +82,7 @@ It can be: - nil to use the default FILENAME - a string which is used - a function returning a string, called with FILENAME as - argument, the result being used as message + argument, in which case the result is used as commit message " :tag "Default commit message" :group 'git-auto-commit-mode