diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-12-30 19:32:19 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-07-24 21:54:32 -0400 |
commit | 76dc3f0af36775d2fdaab61134dd0f875ee48292 (patch) | |
tree | 33fe349038005f7e5f733856895903257a448b54 /.dir-locals.el | |
parent | 41e7e7152a66f40f3a23439fb0ea4b2b03acbf1c (diff) |
WIP graphics engine rewrite.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 1 |
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)) |