summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 6b4443d9f6a5969d45f675f47392589b2e8b9b54 (plain)
1
2
3
4
5
((scheme-mode
  .
  ((eval . (put 'call-with-window 'scheme-indent-function 1))
   (eval . (put 'call-with-renderer 'scheme-indent-function 1))
   (eval . (put 'surface-parse-match 'scheme-indent-function 1)))))