summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2017-01-10 19:40:57 -0500
committerDavid Thompson <dthompson2@worcester.edu>2017-01-10 19:43:01 -0500
commit9c02f7fcf882e8c6a4f6bc6eeffe52cf4103bfa8 (patch)
treee398507d8b52dcd9661babe1476bdcc0f5e9858a /.dir-locals.el
parentfade3fb9bff62cb319cff5d635521f828ddd8ea5 (diff)
Update .dir-locals.el.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 86a4575..3cfdc35 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -10,4 +10,6 @@
(eval . (put 'with-viewport 'scheme-indent-function 1))
(eval . (put 'with-mapped-vertex-buffer 'scheme-indent-function 1))
(eval . (put 'uniform-let 'scheme-indent-function 1))
- (eval . (put 'call-with-surface 'scheme-indent-function 1)))))
+ (eval . (put 'call-with-surface 'scheme-indent-function 1))
+ (eval . (put 'with-new-rect 'scheme-indent-function 1))
+ (eval . (put 'with-new-vec2 'scheme-indent-function 1)))))