aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: d20a471694a70e534e08506bf0b06d0a0d9aec7f (plain)
1
2
3
4
5
6
7
8
9
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((nil
  (indent-tabs-mode))
 (makefile-gmake-mode
  (indent-tabs-mode t))
 (scheme-mode
  (eval . (put 'call-with-input-pipe 'scheme-indent-function 1))))