diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-12-05 15:40:05 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-12-09 17:00:21 -0500 |
commit | 35ab6dcd0666bf07e8da7cd7521905e10c9dc932 (patch) | |
tree | cf6f071e93bfac977483a0138068a8ac6fb47a9d /.dir-locals.el | |
parent | 3d0d6d981ba65fb1cb93e67c40cbbac329d3fb9c (diff) |
graphics: buffer: Add dynamic geometry type.
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 3a62615..aca7480 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -22,6 +22,8 @@ (eval . (put 'with-color-mask 'scheme-indent-function 1)) (eval . (put 'with-style 'scheme-indent-function 1)) (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 'translate 'scheme-indent-function 1)) (eval . (put 'rotate 'scheme-indent-function 1)) (eval . (put 'scale 'scheme-indent-function 1))))) |