aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index f2f5ef8a..2317c777 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -117,7 +117,12 @@
(eval . (put 'with-http-server 'scheme-indent-function 1))
+ (eval . (put 'extra-special-file 'scheme-indent-function 1))
(eval . (put 'computed-file 'scheme-indent-function 1))
+ (eval . (put 'program-file 'scheme-indent-function 1))
+ (eval . (put 'scheme-file 'scheme-indent-function 1))
+ (eval . (put 'plain-file 'scheme-indent-function 1))
+ (eval . (put 'mixed-text-file 'scheme-indent-function 1))
;; My own functions.
(eval . (put 'combined-text-file 'scheme-indent-function 1))