summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-12-30 19:32:19 -0500
committerDavid Thompson <dthompson2@worcester.edu>2024-05-03 10:09:45 -0400
commit20a1c5cfe09b6f20dff7a345507a33975ab20ad1 (patch)
tree3bba068bc3a07bb79fccc27a4e086f84db3a5536 /.dir-locals.el
parent9a19f12c464468427a4b4526c354c0934e93ea87 (diff)
WIP graphics engine rewrite.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 41a954b..820ebec 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -30,6 +30,7 @@
(eval . (put 'with-geometry* 'scheme-indent-function 2))
(eval . (put 'with-graphics-state 'scheme-indent-function 1))
(eval . (put 'with-graphics-state! 'scheme-indent-function 1))
+ (eval . (put 'with-render-pass 'scheme-indent-function 1))
(eval . (put 'with-error-handling 'scheme-indent-function 1))
(eval . (put 'translate 'scheme-indent-function 1))
(eval . (put 'rotate 'scheme-indent-function 1))