diff options
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 86a4575..3cfdc35 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -10,4 +10,6 @@ (eval . (put 'with-viewport 'scheme-indent-function 1)) (eval . (put 'with-mapped-vertex-buffer 'scheme-indent-function 1)) (eval . (put 'uniform-let 'scheme-indent-function 1)) - (eval . (put 'call-with-surface 'scheme-indent-function 1))))) + (eval . (put 'call-with-surface 'scheme-indent-function 1)) + (eval . (put 'with-new-rect 'scheme-indent-function 1)) + (eval . (put 'with-new-vec2 'scheme-indent-function 1))))) |