diff options
| author | Mathieu Lirzin <mthl@gnu.org> | 2018-01-24 12:29:17 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2018-01-28 23:14:55 +0100 |
| commit | 63666a348af5ef5190cbe9611c40f2b9188b7967 (patch) | |
| tree | 0858f96e76da641e3030d2506a2803efd305c37a /scripts/guix.in | |
| parent | a1f531273c1887eb9a5628e34294538a31cc1243 (diff) | |
guix: Let Emacs detect “scripts/guix.in” appropriate mode.
Since commit 6f774d481839f87178c5895ac2d661e141f879b8 which introduces the use
of Guile's meta switch in “scripts/guix.in”, Emacs was not using ‘scheme-mode’
for this file.
* scripts/guix.in: Replace "-*- scheme -*-" with a local variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'scripts/guix.in')
| -rw-r--r-- | scripts/guix.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/guix.in b/scripts/guix.in index e0f0ae7e068..d1c12eae5c4 100644 --- a/scripts/guix.in +++ b/scripts/guix.in | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #!@GUILE@ \ | 1 | #!@GUILE@ \ |
| 2 | --no-auto-compile -e main -s | 2 | --no-auto-compile -e main -s |
| 3 | -*- scheme -*- | ||
| 4 | !# | 3 | !# |
| 5 | ;;; GNU Guix --- Functional package management for GNU | 4 | ;;; GNU Guix --- Functional package management for GNU |
| 6 | ;;; Copyright © 2013 Mark H Weaver <mhw@netris.org> | 5 | ;;; Copyright © 2013 Mark H Weaver <mhw@netris.org> |
| @@ -57,3 +56,7 @@ | |||
| 57 | ;; but since the 'guix' command is not updated by 'guix pull', we cannot | 56 | ;; but since the 'guix' command is not updated by 'guix pull', we cannot |
| 58 | ;; really do it now. | 57 | ;; really do it now. |
| 59 | (apply guix-main args))) | 58 | (apply guix-main args))) |
| 59 | |||
| 60 | ;;; Local Variables: | ||
| 61 | ;;; mode: scheme | ||
| 62 | ;;; End: | ||
