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 b4034ae..d7f9186 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -27,4 +27,5 @@
(eval . (put 'call-with-surface 'scheme-indent-function 1))
(eval . (put 'render/signal 'scheme-indent-function 1))
(eval . (put 'with-graphics 'scheme-indent-function 1))
- (eval . (put 'with-gl-bind-texture 'scheme-indent-function 2)))))
+ (eval . (put 'with-gl-bind-texture 'scheme-indent-function 2))
+ (eval . (put 'call-with-actor 'scheme-indent-function 1)))))