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