guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: snippets: Remove unwanted git-commit-mode invocat


From: guix-commits
Subject: branch master updated: snippets: Remove unwanted git-commit-mode invocation.
Date: Tue, 27 Dec 2022 03:42:44 -0500

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8f93a1e01a snippets: Remove unwanted git-commit-mode invocation.
8f93a1e01a is described below

commit 8f93a1e01a879ae026678dd92c18e2a2a49be540
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Dec 27 12:35:41 2022 +0400

    snippets: Remove unwanted git-commit-mode invocation.
    
    We only need to check if git-commit-mode is t, not enable it in all 
text-mode
    buffers.
    
    * etc/snippets/tempel/text-mode: Remove unwanted git-commit-mode invocation.
---
 etc/snippets/tempel/text-mode | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/snippets/tempel/text-mode b/etc/snippets/tempel/text-mode
index fd0e95eaa6..1cda91cba0 100644
--- a/etc/snippets/tempel/text-mode
+++ b/etc/snippets/tempel/text-mode
@@ -1,6 +1,6 @@
 -*- mode: lisp-data -*-
 
-text-mode :when (and (fboundp 'git-commit-mode) (git-commit-mode))
+text-mode :when (and (fboundp 'git-commit-mode) git-commit-mode)
 
 (add\ "gnu: Add "
       (p (with-temp-buffer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]