toml/.dir-locals.el

7 lines
213 B
EmacsLisp
Raw Normal View History

2022-09-02 10:18:06 +00:00
(
(scheme-mode . ((flycheck-scheme-chicken-args . ("-X" "r7rs" "-R" "r7rs" "-K" "prefix"))
(geiser-scheme . chicken)
(compile-command . "make salmonella")
))
)