summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-01-28 13:25:22 -0500
committerDavid Thompson <dthompson2@worcester.edu>2024-02-22 08:11:29 -0500
commit3d7648b95385221741155b976477336acde6127f (patch)
treef69bcc9fa2e9757306afe19f545d9450b516d0d9 /.dir-locals.el
parent0fb9c7045a71a290da4f86e96a68b62fa649f6b6 (diff)
Add bytestruct module.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 8f59de9..41a954b 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -5,6 +5,7 @@
(eval . (put 'test-group 'scheme-indent-function 1))
(eval . (put 'sdl2:call-with-surface 'scheme-indent-function 1))
(eval . (put 'call-with-loaded-image 'scheme-indent-function 3))
+ (eval . (put 'with-ellipsis 'scheme-indent-function 1))
(eval . (put 'with-blend-mode 'scheme-indent-function 1))
(eval . (put 'with-polygon-mode 'scheme-indent-function 1))
(eval . (put 'with-cull-face-mode 'scheme-indent-function 1))