From 257104e6359ce08f366b645f67b5285749623ad0 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 13 Mar 2018 20:42:40 -0400 Subject: Update .dir-locals.el. --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.dir-locals.el') 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))))) -- cgit v1.2.3