3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

.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

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