summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorbd <bdunaisky@umass.edu>2024-11-04 20:13:50 -0500
committerbd <bdunaisky@umass.edu>2024-11-04 20:13:50 -0500
commitbad998157c95851eb29d3e4f6824a276d7032b12 (patch)
treec5d39f90f5048faa4422c8c347d7cd4d497e0565 /.dir-locals.el
parent64de3b65fec63268fb17cf7b76dba69c68ea7d1d (diff)
Add modules, open port for reading
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..cb836da
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,4 @@
+;;; Directory Local Variables -*- no-byte-compile: t -*-
+;;; For more information see (info "(emacs) Directory Variables")
+
+((scheme-mode . ((compile-command . "guix shell -m manifest.scm -- ./writing-a-c-compiler-tests/test_compiler ./src/gscc --chapter 1 --stage lex"))))