; .dir-locals.el (log-edit-mode) <fill-column>: Set to 64.
This commit is contained in:
parent
8a39216ce9
commit
9ccaa09a63
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
|||
(mode . bug-reference-prog)))
|
||||
(log-edit-mode . ((log-edit-font-lock-gnu-style . t)
|
||||
(log-edit-setup-add-author . t)
|
||||
(vc-git-log-edit-summary-target-len . 50)))
|
||||
(vc-git-log-edit-summary-target-len . 50)
|
||||
(fill-column . 64)))
|
||||
(change-log-mode . ((add-log-time-zone-rule . t)
|
||||
(fill-column . 74)
|
||||
(mode . bug-reference)))
|
||||
|
|
Loading…
Add table
Reference in a new issue