summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index bd99f3c..35db365 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -15,4 +15,5 @@
(eval . (put 'with-new-rect 'scheme-indent-function 1))
(eval . (put 'with-new-vec2 'scheme-indent-function 1))
(eval . (put 'with-buffer 'scheme-indent-function 1))
- (eval . (put 'with-current-buffer 'scheme-indent-function 1)))))
+ (eval . (put 'with-current-buffer 'scheme-indent-function 1))
+ (eval . (put 'with-dynamic-state 'scheme-indent-function 1)))))