summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: aff6808e4a27a933ab58ce1349998e30f30e1a4e (plain)
1
2
3
4
5
6
7
8
9
((nil
  (indent-tabs-mode . nil))
 (makefile-mode
  (indent-tabs-mode . t))
 (git-commit-mode
  (git-commit-major-mode . git-commit-elisp-text-mode))
 ("CHANGELOG"
  (nil (fill-column . 70)
       (mode . display-fill-column-indicator))))