From 0c835fad8846b5ea3da9efeda4605e48c36f1b95 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 7 Aug 2014 07:02:17 -0400 Subject: Move Emacs local variables to bottom of file. * guix-web: Move local variable commnents. --- guix-web | 10 +++++----- 1 file 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 ;;; . -;;; 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: -- cgit v1.2.3