summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
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 540a9b0..f5d370b 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -12,4 +12,6 @@
(eval . (put 'uniform-let 'scheme-indent-function 1))
(eval . (put 'call-with-surface 'scheme-indent-function 1))
(eval . (put 'with-new-rect 'scheme-indent-function 1))
- (eval . (put 'with-new-vec2 'scheme-indent-function 1)))))
+ (eval . (put 'with-new-vec2 'scheme-indent-function 1))
+ (eval . (put 'with-buffer 'scheme-indent-function 1))
+ (eval . (put 'with-current-buffer 'scheme-indent-function 1)))))