diff options
-rw-r--r-- | dotfiles/.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |