summary refs log tree commit diff
path: root/.dir-locals.el
blob: f15b01be58725eaf35ea4979cbe3d8c484a82247 (plain)
1
2
3
4
5
6
7
8
9
10
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((nil
  (indent-tabs-mode))
 (scheme-mode
  (fill-column . 80)
  (eval . (put 'call-with-appended-file 'scheme-indent-function 1))
  (eval . (put 'call-with-input-pipe 'scheme-indent-function 1))
  (eval . (put 'invoke-with-container 'scheme-indent-function 1))))