guix-commits
[Top][All Lists]
Advanced

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

branch master updated: teams.scm: Add file-local variable prop line for


From: guix-commits
Subject: branch master updated: teams.scm: Add file-local variable prop line for the mode.
Date: Wed, 01 Nov 2023 12:25:00 -0400

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a96f1c1bc0 teams.scm: Add file-local variable prop line for the mode.
a96f1c1bc0 is described below

commit a96f1c1bc0fa186414359890025e8acacbb1de02
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Oct 31 13:57:15 2023 -0400

    teams.scm: Add file-local variable prop line for the mode.
    
    This tells Emacs to use the scheme-mode to edit the file.
    
    * etc/teams.scm (mode): New file-local variable.
    
    Change-Id: I9a48f552e831317402673d95cf6c1de506d388b5
---
 etc/teams.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 71a62bc547..2f920a5876 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1,4 +1,5 @@
 #!/bin/sh
+# -*- mode: scheme; -*-
 # Extra care is taken here to ensure this script can run in most environments,
 # since it is invoked by 'git send-email'.
 pre_inst_env_maybe=



reply via email to

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