summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-10-28 08:00:48 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-10-28 08:00:48 -0400
commitd2ca3fe8b59c93baf9f5c29b14710e5d1eed2e7a (patch)
tree73a09c1f91a1969c31df6ee1196fcfe03d8a1d8a /.dir-locals.el
First commit!
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..78f84d5
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,4 @@
+((scheme-mode
+ .
+ ((eval . (put 'with-agenda 'scheme-indent-function 1))
+ (eval . (put 'repeat 'scheme-indent-function 1)))))