about summary refs log tree commit diff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 3c298da..8050241 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -7,6 +7,7 @@
   (indent-tabs-mode t))
  (scheme-mode
   (eval put 'call-with-database 'scheme-indent-function 1)
-  (eval put 'call-with-writable-database 'scheme-indent-function 1)))
+  (eval put 'call-with-writable-database 'scheme-indent-function 1)
+  (eval put 'call-with-temporary-writable-database 'scheme-indent-function 1)))