aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-12-27 22:17:09 +0000
committerChristopher Baines <mail@cbaines.net>2025-01-13 09:32:38 +0000
commit1d5ac358b03a4fe577cef5928958aa1bcc2e6010 (patch)
treed697d49b16340d53c33c25c596ce757bb63235b9 /.dir-locals.el
parent037eac0357baa448afe6aeeaf82d8f2e2665bbcb (diff)
downloadbuild-coordinator-1d5ac358b03a4fe577cef5928958aa1bcc2e6010.tar
build-coordinator-1d5ac358b03a4fe577cef5928958aa1bcc2e6010.tar.gz
Use Guile Knots
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 60601df..1c73c7a 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -10,6 +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 'fibers-let 'scheme-indent-function 1)
(eval . (put 'call-with-lzip-output-port 'scheme-indent-function 1))
(eval . (put 'with-store 'scheme-indent-function 1))))