juli pushed a commit to branch wip-goblinsify
in repository shepherd.
commit a164845cf8de2e3f76ae7d55fe30065c16fe1513
Author: Juliana Sims <[email protected]>
AuthorDate: Tue Nov 26 10:29:11 2024 -0500
dir-locals: Add indentation for Goblins forms.
* .dir-locals.el: Add indentation for Goblins forms.
---
.dir-locals.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index 9602e24..c7147ff 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -16,6 +16,8 @@
(eval . (put 'with-process-monitor 'scheme-indent-function 0))
(eval . (put 'with-service-registry 'scheme-indent-function 0))
(eval . (put 'call-with-vat 'scheme-indent-function 1))
- (eval . (put 'with-vat 'scheme-indent-function 1))))
+ (eval . (put 'with-vat 'scheme-indent-function 1))
+ (eval . (put 'let-on 'scheme-indent-function 1))
+ (eval . (put 'let-on* 'scheme-indent-function 1))))
(texinfo-mode . ((indent-tabs-mode . nil)
(fill-column . 72))))