aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-12-16 06:42:03 +0000
committerChristopher Baines <mail@cbaines.net>2020-12-16 06:42:03 +0000
commita6c75d2053908b058c6c877efc0eaae5d43d5cb6 (patch)
tree2e420d0e5ae5298313ee4f5cf0adb6af28e78d60 /.dir-locals.el
parent1a8bd01044af751df03c2ef8daf676caa55816e4 (diff)
downloadbuild-coordinator-a6c75d2053908b058c6c877efc0eaae5d43d5cb6.tar
build-coordinator-a6c75d2053908b058c6c877efc0eaae5d43d5cb6.tar.gz
Update .dir-locals.el for with-time-logging
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 150e28a..4cbc8f8 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -8,6 +8,7 @@
(indent-tabs-mode)
(eval put 'make-parameter 'scheme-indent-function 1)
(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 'call-with-lzip-output-port 'scheme-indent-function 1))
(eval . (put 'with-store 'scheme-indent-function 1))))