summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xguix-web10
1 files changed, 5 insertions, 5 deletions
diff --git a/guix-web b/guix-web
index 8d603a5..7da6daa 100755
--- a/guix-web
+++ b/guix-web
@@ -18,11 +18,6 @@
;;; License along with this program. If not, see
;;; <http://www.gnu.org/licenses/>.
-;;; Local Variables:
-;;; mode: scheme
-;;; compile-command: "./guix-web"
-;;; End:
-
(use-modules (ice-9 rdelim)
(ice-9 match)
(srfi srfi-1)
@@ -187,3 +182,8 @@
(spawn-server (make-tcp-server-socket #:port 37146))
(run-server (lambda args (apply handler args)))
+
+;;; Local Variables:
+;;; mode: scheme
+;;; compile-command: "./guix-web"
+;;; End: