From 3d7648b95385221741155b976477336acde6127f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 28 Jan 2024 13:25:22 -0500 Subject: Add bytestruct module. --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) (limited to '.dir-locals.el') 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)) -- cgit v1.2.3