summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-03-13 20:42:40 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-03-13 20:42:40 -0400
commit257104e6359ce08f366b645f67b5285749623ad0 (patch)
tree1b5a094fd453eb335269f8a765e32361100e83bb /.dir-locals.el
parent6ba2755dd1ba3bcb1de88799284e908cf7f42b3a (diff)
Update .dir-locals.el.
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)))))