summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
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)))))