diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-21 20:17:42 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-21 20:34:43 -0400 |
commit | f4265facfa7d8d14a934473f6c103122cb540f67 (patch) | |
tree | c9dc492120531d26602ccd4560428698e63735fa | |
parent | 1290c6dfe8ba9e3d0f1e5ffdd3af10c887f985cc (diff) |
Add with-error-handling indent rule to .dir-locals.el.
-rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |