diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-10-31 13:57:15 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-11-01 12:24:29 -0400 |
commit | a96f1c1bc0fa186414359890025e8acacbb1de02 (patch) | |
tree | a1ffbe53873b3f75e005407b2fafdaf276bf8be6 /etc | |
parent | c95104c2e96f660d482e603c497c1e01968788d3 (diff) | |
download | guix-a96f1c1bc0fa186414359890025e8acacbb1de02.tar.gz |
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
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/teams.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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= |