summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 72472a6055d9deeb7eac214bb61e06e9cb8c74cc (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; Directory Local Variables
;;; See Info node `(emacs) Directory Variables' for more information.

((c++-mode
  (c-default-style . "gnu")
  (indent-tabs-mode))
 (scheme-mode
  (indent-tabs-mode))
 (texinfo-mode
  (fill-column . 66)
  (indent-tabs-mode)))