From 18565edfb75218cee5ad67bd521d33ecc495b6a4 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 22 Oct 2022 20:42:54 -0400 Subject: First commit! --- .dir-locals.el | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .dir-locals.el (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..6b30fc9 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,6 @@ +((scheme-mode + . + ((eval . (put 'run-script 'scheme-indent-function 1)) + (eval . (put 'test-group 'scheme-indent-function 1)) + (eval . (put 'with-agenda 'scheme-indent-function 1)) + (eval . (put 'with-tests 'scheme-indent-function 1))))) -- cgit v1.2.3