aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
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 0e2f8c5..d7401e1 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -5,5 +5,6 @@
(indent-tabs-mode))
(scheme-mode
(eval put 'set-input-source 'scheme-indent-function nil)
+ (eval put 'set-output-source 'scheme-indent-function nil)
(eval put 'set-step-in 'scheme-indent-function nil)
(eval put 'lambda** 'scheme-indent-function 1)))