summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: e651538edc83b909f018908e7a2deb36b0a7098b (plain)
1
2
3
4
5
6
7
8
9
;; Per-directory local variables for GNU Emacs 23 and later.

((nil             . ((fill-column . 72)
                     (tab-width   .  8)))
 (c-mode          . ((c-file-style . "gnu")))
 (scheme-mode     . ((indent-tabs-mode . nil)))
 (emacs-lisp-mode . ((indent-tabs-mode . nil)))
 (texinfo-mode    . ((indent-tabs-mode . nil)
                     (fill-column . 72))))