summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-08-08 07:46:34 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-08-08 07:46:34 -0400
commitbecc660028e56db51de1066182cedde9de130231 (patch)
tree2066b920cdc6560711a265402429e838293be4c4
parent3cf49917a050debaede12d80e9edeebd6aad5454 (diff)
Add Emacs local variable compile-command setting.
* scripts/guix-web: Add it.
-rwxr-xr-xscripts/guix-web1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/guix-web b/scripts/guix-web
index cef1464..df66799 100755
--- a/scripts/guix-web
+++ b/scripts/guix-web
@@ -27,4 +27,5 @@
;;; Local Variables:
;;; mode: scheme
+;;; compile-command: "cd ..; ./pre-inst-env guix-web"
;;; End: