diff options
-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: |