diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-08-08 07:46:34 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-08-08 07:46:34 -0400 |
commit | becc660028e56db51de1066182cedde9de130231 (patch) | |
tree | 2066b920cdc6560711a265402429e838293be4c4 | |
parent | 3cf49917a050debaede12d80e9edeebd6aad5454 (diff) |
Add Emacs local variable compile-command setting.
* scripts/guix-web: Add it.
-rwxr-xr-x | scripts/guix-web | 1 |
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: |