summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
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)))))