summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index d129e76..f6bf9b6 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -11,6 +11,8 @@
(eval . (put 'function-documentation 'scheme-indent-function 2))
(eval . (put 'docstring-function-documentation 'scheme-indent-function 2))
(eval . (put 'with-ellipsis 'scheme-indent-function 1))
+ (eval . (put 'with-variable 'scheme-indent-function 2))
+ (eval . (put 'with-variables 'scheme-indent-function 1))
(eval . (font-lock-add-keywords 'scheme-mode
(list (cons (rx "(" (group "define-lazy"))
(list 1 'font-lock-keyword-face))