aboutsummaryrefslogtreecommitdiff
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 311e2f7..49094d8 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -12,4 +12,5 @@
(eval . (put 'call-with-current-directory 'scheme-indent-function 1))
(eval . (put 'call-with-inferior 'scheme-indent-function 1))
(eval . (put 'maybe-let* 'scheme-indent-function 1))
- (eval . (put 'maybe-assoc-set 'scheme-indent-function 1))))
+ (eval . (put 'maybe-assoc-set 'scheme-indent-function 1))
+ (eval . (put 'state-let* 'scheme-indent-function 1))))