~ruther/guix-local

5cfdcd6a26e5c84a3df8614c438d93bb424799b9 — Ludovic Courtès 13 years ago d0840e4
.dir-locals.el: Fill at 78 columns.
1 files changed, 1 insertions(+), 1 deletions(-)

M .dir-locals.el
M .dir-locals.el => .dir-locals.el +1 -1
@@ 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