From a96f1c1bc0fa186414359890025e8acacbb1de02 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 31 Oct 2023 13:57:15 -0400 Subject: 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(+) (limited to 'etc') 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= -- cgit v1.2.3