aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: ffa88a21fe95bac64ed2b87f462b706307df9ae9 (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))
 (makefile-gmake-mode
  (indent-tabs-mode t))
 (scheme-mode
  (eval . (put 'call-with-input-pipe 'scheme-indent-function 1))
  (eval . (put 'call-with-archive-file 'scheme-indent-function 2))))