From 3b4a5869337b968a235b31cad0e44776aa1a6717 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 6 Dec 2024 23:42:07 +0000 Subject: dir-locals: Indent call-with-inferior correctly. * .dir-locals.el (scheme-mode): Indent call-with-inferior correctly. --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.dir-locals.el b/.dir-locals.el index 1be9359..311e2f7 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -10,5 +10,6 @@ (eval . (put 'assoc-set 'scheme-indent-function 1)) (eval . (put 'build-gexp-script 'scheme-indent-function 1)) (eval . (put 'call-with-current-directory 'scheme-indent-function 1)) + (eval . (put 'call-with-inferior 'scheme-indent-function 1)) (eval . (put 'maybe-let* 'scheme-indent-function 1)) (eval . (put 'maybe-assoc-set 'scheme-indent-function 1)))) -- cgit v1.2.3