aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorArun Isaac2023-11-23 00:46:52 +0000
committerArun Isaac2023-11-23 19:02:52 +0000
commitdaa27fa0bce1ec7801bd17a422e2f8f7e0c1015d (patch)
tree7ef442c73a22b4424dbb8f12cac1e4f35fce55a5 /.dir-locals.el
parenteaf91f91fd173200ddb65b29bbcfbcab8d2d2cdf (diff)
downloadccwl-daa27fa0bce1ec7801bd17a422e2f8f7e0c1015d.tar.gz
ccwl-daa27fa0bce1ec7801bd17a422e2f8f7e0c1015d.tar.lz
ccwl-daa27fa0bce1ec7801bd17a422e2f8f7e0c1015d.zip
dir-locals: Indent test-condition correctly.
* .dir-locals.el (scheme-mode): Indent test-condition.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
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)))