aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-06-19 10:26:08 +0100
committerChristopher Baines <mail@cbaines.net>2020-06-19 10:26:14 +0100
commit54008b34f7dfa1a1d15c6505fa996263a39f2285 (patch)
tree6cf7792a2c6cdc9091d32b3b7df33fc3f4b025c7 /.dir-locals.el
parentdd6b1741693d54bea49901c5e541433a3d958d9d (diff)
downloadbuild-coordinator-54008b34f7dfa1a1d15c6505fa996263a39f2285.tar
build-coordinator-54008b34f7dfa1a1d15c6505fa996263a39f2285.tar.gz
Add with-timeout to utils
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 1245b17..150e28a 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -8,5 +8,6 @@
(indent-tabs-mode)
(eval put 'make-parameter 'scheme-indent-function 1)
(eval put 'with-db-worker-thread '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))))