aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-05-20 14:51:29 +0100
committerChristopher Baines <mail@cbaines.net>2020-05-20 17:29:41 +0100
commitf9993a86375e5f0de64827d43728f99cda4faa87 (patch)
tree96b99c79d55effd4b258ef9f345a02a96b0266ba /.dir-locals.el
parenta8ef2420df7323ed7b16d2d29d15abd21b8934fe (diff)
downloadbuild-coordinator-f9993a86375e5f0de64827d43728f99cda4faa87.tar
build-coordinator-f9993a86375e5f0de64827d43728f99cda4faa87.tar.gz
Add to .dir-locals.el
Diffstat (limited to '.dir-locals.el')
-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))))