summaryrefslogtreecommitdiff
path: root/dotfiles/.emacs.d/init.el
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-08-26 08:08:35 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-08-26 08:09:49 -0400
commit7efae64df364016790d7fccb58dbee4c824a8b82 (patch)
treeb1d2bb2c568c4d404895a628711947e0e5d394e2 /dotfiles/.emacs.d/init.el
parent4888a99b4da4db0e2b64e591e4b6c9736065613f (diff)
emacs: scheme: Add indenting rule for sxml-match.
Diffstat (limited to 'dotfiles/.emacs.d/init.el')
-rw-r--r--dotfiles/.emacs.d/init.el1
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)