about summary refs log tree commit diff
path: root/.dir-locals.el
blob: 5fcdd95f26093e30f34dcda303b7722c8531e9a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((nil
  (indent-tabs-mode))
 (makefile-gmake-mode
  (indent-tabs-mode t))
 (c-mode
  (fill-column . 80))
 (python-mode
  (fill-column . 80))
 (scheme-mode
  (fill-column . 80)))