.dir-locals.el: Fill at 78 columns.

This commit is contained in:
Ludovic Courtès 2013-01-30 18:59:12 +01:00
parent d0840e4a23
commit 5cfdcd6a26
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;; Per-directory local variables for GNU Emacs 23 and later.
((nil . ((fill-column . 72)
((nil . ((fill-column . 78)
(tab-width . 8)))
(c-mode . ((c-file-style . "gnu")))
(scheme-mode