aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2022-01-19 13:15:05 +0000
committerChristopher Baines <mail@cbaines.net>2022-01-19 13:15:05 +0000
commite43c265870b8abb4d9c69463e0eb4563553e23b2 (patch)
tree8762b01b8ad40f07439d9de5c0ab1a1a6b0e22a4 /.dir-locals.el
parent75c00fc1705d2f11b4e2972f0f1ce925db0d0a5c (diff)
downloadbuild-coordinator-e43c265870b8abb4d9c69463e0eb4563553e23b2.tar
build-coordinator-e43c265870b8abb4d9c69463e0eb4563553e23b2.tar.gz
Add letpar&
Mostly copied from the Guix Data Service.
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 4cbc8f8..60601df 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -10,5 +10,6 @@
(eval put 'with-db-worker-thread 'scheme-indent-function 1)
(eval put 'with-time-logging 'scheme-indent-function 1)
(eval put 'with-timeout 'scheme-indent-function 1)
+ (eval put 'letpar& 'scheme-indent-function 1)
(eval . (put 'call-with-lzip-output-port 'scheme-indent-function 1))
(eval . (put 'with-store 'scheme-indent-function 1))))