From f4265facfa7d8d14a934473f6c103122cb540f67 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 21 Sep 2021 20:17:42 -0400 Subject: Add with-error-handling indent rule to .dir-locals.el. --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 8b26cb4..da8b177 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -29,6 +29,7 @@ (eval . (put 'with-geometry* 'scheme-indent-function 2)) (eval . (put 'with-graphics-state 'scheme-indent-function 1)) (eval . (put 'with-graphics-state! 'scheme-indent-function 1)) + (eval . (put 'with-error-handling 'scheme-indent-function 1)) (eval . (put 'translate 'scheme-indent-function 1)) (eval . (put 'rotate 'scheme-indent-function 1)) (eval . (put 'scale 'scheme-indent-function 1)) -- cgit v1.2.3