diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-01-21 19:29:46 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-01-26 17:12:02 -0500 |
commit | aa45ad29efab50318d38bfd096b07021c4c7bde6 (patch) | |
tree | cb4f2347e94aa257a7906945bb5b1c389a22c93b /.dir-locals.el | |
parent | 578de9a16d58385f4e9926c7c0effae6127c9270 (diff) |
graphics: Rewrite rendering engine.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index aca7480..f255f96 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -24,6 +24,8 @@ (eval . (put 'with-transform 'scheme-indent-function 1)) (eval . (put 'with-geometry 'scheme-indent-function 1)) (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 'translate 'scheme-indent-function 1)) (eval . (put 'rotate 'scheme-indent-function 1)) (eval . (put 'scale 'scheme-indent-function 1))))) |