From 7efae64df364016790d7fccb58dbee4c824a8b82 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 26 Aug 2015 08:08:35 -0400 Subject: emacs: scheme: Add indenting rule for sxml-match. --- dotfiles/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el index ecd907a..35e93bc 100644 --- a/dotfiles/.emacs.d/init.el +++ b/dotfiles/.emacs.d/init.el @@ -313,6 +313,7 @@ indentation." (put 'with-mutex 'scheme-indent-function 1) (put 'test-group 'scheme-indent-function 1) (put 'mock 'scheme-indent-function 1) +(put 'sxml-match 'scheme-indent-function 1) ;; TODO: Move to relevant project's .dir-locals.el (put 'colambda 'scheme-indent-function 1) -- cgit v1.2.3