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

((nil
  (indent-tabs-mode))
 (scheme-mode
  (eval put 'map-alist 'scheme-indent-function 1)
  (eval put 'set-table-columns 'scheme-indent-function 1)))