guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: guix: Let Emacs detect “scripts/guix.in” appropriate mode.


From: Ludovic Courts
Subject: 01/03: guix: Let Emacs detect “scripts/guix.in” appropriate mode.
Date: Sun, 28 Jan 2018 17:53:25 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 63666a348af5ef5190cbe9611c40f2b9188b7967
Author: Mathieu Lirzin <address@hidden>
Date:   Wed Jan 24 12:29:17 2018 +0100

    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 <address@hidden>
---
 scripts/guix.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/scripts/guix.in b/scripts/guix.in
index e0f0ae7..d1c12ea 100644
--- a/scripts/guix.in
+++ b/scripts/guix.in
@@ -1,6 +1,5 @@
 address@hidden@ \
 --no-auto-compile -e main -s
--*- scheme -*-
 !#
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Mark H Weaver <address@hidden>
@@ -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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]