aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 155dbddf5016bf0463a3c87bcddc3d28239c382c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;; 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 'map-alist 'scheme-indent-function 1)
  (eval put 'set-table-columns 'scheme-indent-function 1)
  (eval put 'triples 'scheme-indent-function 1)
  (eval put 'syntax-let 'scheme-indent-function 1)))