aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2025-04-14 16:26:44 +0100
committerArun Isaac2025-04-14 16:26:44 +0100
commitd2329d6da234edf2becbf862a9f63c4e067596f9 (patch)
tree2b924bd1ad3fd6dfeb2baf056bb97dc6d800e874
parentc194de7c0ac86344891c1fb89bb531597374ce7c (diff)
downloadravanan-d2329d6da234edf2becbf862a9f63c4e067596f9.tar.gz
ravanan-d2329d6da234edf2becbf862a9f63c4e067596f9.tar.lz
ravanan-d2329d6da234edf2becbf862a9f63c4e067596f9.zip
dir-locals: Indent call-with-atomic-output-file correctly.
* .dir-locals.el (scheme-mode): Indent call-with-atomic-output-file correctly.
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 49094d8..6b07349 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -9,6 +9,7 @@
(fill-column . 80)
(eval . (put 'assoc-set 'scheme-indent-function 1))
(eval . (put 'build-gexp-script 'scheme-indent-function 1))
+ (eval . (put 'call-with-atomic-output-file 'scheme-indent-function 1))
(eval . (put 'call-with-current-directory 'scheme-indent-function 1))
(eval . (put 'call-with-inferior 'scheme-indent-function 1))
(eval . (put 'maybe-let* 'scheme-indent-function 1))