summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 376ba5385ef349fc442dc93701edeacdf8bc5a01 (plain)
1
2
3
4
((scheme-mode
  .
  ((eval . (put 'call-with-pin 'scheme-indent-function 1))
   (eval . (put 'with-pins 'scheme-indent-function 1)))))