summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: cf9d341f17cc2bc67f6da324bad290a4155e2b05 (plain)
1
2
3
4
5
;;; 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 ./ull --chapter 1 --stage lex")))
 (c-mode . ((compile-command . "guix shell -m manifest.scm -- make clean all"))))