diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-08-26 08:08:35 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-08-26 08:09:49 -0400 |
commit | 7efae64df364016790d7fccb58dbee4c824a8b82 (patch) | |
tree | b1d2bb2c568c4d404895a628711947e0e5d394e2 | |
parent | 4888a99b4da4db0e2b64e591e4b6c9736065613f (diff) |
emacs: scheme: Add indenting rule for sxml-match.
-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) |