diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-30 18:59:12 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-30 18:59:12 +0100 |
commit | 5cfdcd6a26e5c84a3df8614c438d93bb424799b9 (patch) | |
tree | 33814138ca50e15f83f430d8b269825f7f011d1f | |
parent | d0840e4a2332de4f6eb4959836de569b413723c1 (diff) | |
download | guix-5cfdcd6a26e5c84a3df8614c438d93bb424799b9.tar guix-5cfdcd6a26e5c84a3df8614c438d93bb424799b9.tar.gz |
.dir-locals.el: Fill at 78 columns.
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index cbf60b5da1..06c26534d8 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -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 |