mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
This commit is contained in:
parent
c95104c2e9
commit
a96f1c1bc0
1 changed files with 1 additions and 0 deletions
|
@ -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=
|
||||
|
|
Loading…
Reference in a new issue