guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] .dir-locals: Add indentation rule for sxml-match syntax.


From: Maxim Cournoyer
Subject: [PATCH 1/2] .dir-locals: Add indentation rule for sxml-match syntax.
Date: Sun, 3 Dec 2023 11:37:50 -0500

* .dir-locals.el (scheme-mode) <sxml-match>: Add indentation rule.
---

 .dir-locals.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 908670479..a96408dc1 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -48,7 +48,8 @@
      (eval . (put '$kclause            'scheme-indent-function 1))
      (eval . (put '$fun                'scheme-indent-function 1))
      (eval . (put 'record-case         'scheme-indent-function 1))
-     (eval . (put 'syntax-parameterize 'scheme-indent-function 1))))
+     (eval . (put 'syntax-parameterize 'scheme-indent-function 1))
+     (eval . (put 'sxml-match          'scheme-indent-function 1))))
  (emacs-lisp-mode . ((indent-tabs-mode . nil)))
  (texinfo-mode    . ((indent-tabs-mode . nil)
                      (fill-column . 72))))
-- 
2.41.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]