summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-08-07 07:02:17 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-08-07 07:02:17 -0400
commit0c835fad8846b5ea3da9efeda4605e48c36f1b95 (patch)
treec6f5bb7bde21c1ada86ebd9461d094814ef3ceb9
parent33bf449a0d730d83d0358f01332940bcca66dc2e (diff)
Move Emacs local variables to bottom of file.
* guix-web: Move local variable commnents.
-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: