juli pushed a commit to branch wip-goblinsify
in repository shepherd.

commit 604b2eda0a60735c03088786dfb29b037359a6a8
Author: Juliana Sims <j...@incana.org>
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 72bd154..ec0b71c 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -17,6 +17,8 @@
      (eval . (put 'with-service-registry 'scheme-indent-function 0))
      (eval . (put 'with-exit-on-failure 'scheme-indent-function 1))
      (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))))

Reply via email to