From 10b02b1fb15b76c8037760f2a3e8dc3601759f28 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 21 Oct 2021 19:33:42 -0400 Subject: Add roughly finished level. --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index bf81028..78f84d5 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,3 +1,4 @@ ((scheme-mode . - ((eval . (put 'with-agenda 'scheme-indent-function 1))))) + ((eval . (put 'with-agenda 'scheme-indent-function 1)) + (eval . (put 'repeat 'scheme-indent-function 1))))) -- cgit v1.2.3