mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
lower fill-column in .dir-locals.el
* .dir-locals.el: Fill-columns back down to 72.
This commit is contained in:
parent
e50d921bd8
commit
720a91c131
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
;; Per-directory local variables for GNU Emacs 23 and later.
|
||||
|
||||
((nil . ((fill-column . 80)
|
||||
((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))))
|
||||
(texinfo-mode . ((indent-tabs-mode . nil)
|
||||
(fill-column . 72))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue