~ruther/guix-local

63666a348af5ef5190cbe9611c40f2b9188b7967 — Mathieu Lirzin 8 years ago a1f5312
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>
1 files changed, 4 insertions(+), 1 deletions(-)

M scripts/guix.in
M scripts/guix.in => scripts/guix.in +4 -1
@@ 1,6 1,5 @@
#!@GUILE@ \
--no-auto-compile -e main -s
-*- scheme -*-
!#
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Mark H Weaver <mhw@netris.org>


@@ 57,3 56,7 @@
    ;; but since the 'guix' command is not updated by 'guix pull', we cannot
    ;; really do it now.
    (apply guix-main args)))

;;; Local Variables:
;;; mode: scheme
;;; End: