diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-08-07 07:02:17 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-08-07 07:02:17 -0400 |
commit | 0c835fad8846b5ea3da9efeda4605e48c36f1b95 (patch) | |
tree | c6f5bb7bde21c1ada86ebd9461d094814ef3ceb9 | |
parent | 33bf449a0d730d83d0358f01332940bcca66dc2e (diff) |
Move Emacs local variables to bottom of file.
* guix-web: Move local variable commnents.
-rwxr-xr-x | guix-web | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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: |