aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 025553e..1245b17 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -7,4 +7,6 @@
(scheme-mode
(indent-tabs-mode)
(eval put 'make-parameter 'scheme-indent-function 1)
- (eval put 'with-db-worker-thread 'scheme-indent-function 1)))
+ (eval put 'with-db-worker-thread 'scheme-indent-function 1)
+ (eval . (put 'call-with-lzip-output-port 'scheme-indent-function 1))
+ (eval . (put 'with-store 'scheme-indent-function 1))))