summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-03-05 07:47:57 -0500
committerDavid Thompson <dthompson2@worcester.edu>2021-03-05 07:47:57 -0500
commit48df59c37e5fb1a2f5061589bfba4e3c155e2f08 (patch)
tree004e8bb17b499b353fb5ba6abd4d4d5679c1fd11 /.dir-locals.el
parent764155b7422301c497012989658fa6423bf1fd99 (diff)
utils: Add for-range macro.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index f255f96..9eb5b8e 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -28,4 +28,5 @@
(eval . (put 'with-graphics-state! 'scheme-indent-function 1))
(eval . (put 'translate 'scheme-indent-function 1))
(eval . (put 'rotate 'scheme-indent-function 1))
- (eval . (put 'scale 'scheme-indent-function 1)))))
+ (eval . (put 'scale 'scheme-indent-function 1))
+ (eval . (put 'for-range 'scheme-indent-function 1)))))