From daa27fa0bce1ec7801bd17a422e2f8f7e0c1015d Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 23 Nov 2023 00:46:52 +0000 Subject: dir-locals: Indent test-condition correctly. * .dir-locals.el (scheme-mode): Indent test-condition. --- .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 ce473a1..7e8c09c 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -10,4 +10,5 @@ (eval put 'set-command-inputs 'scheme-indent-function 1) (eval put 'set-input-default 'scheme-indent-function 1) (eval put 'syntax-lambda** 'scheme-indent-function 1) + (eval put 'test-condition 'scheme-indent-function 1) (eval put 'workflow 'scheme-indent-function 1))) -- cgit v1.2.3