aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
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))))