diff options
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 40e15ba5200..3ce2eb29f9d 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,9 +1,8 @@ ((nil . ((indent-tabs-mode . t) (tab-width . 8) - (fill-column . 80))) + (fill-column . 70))) (c-mode . ((c-file-style . "GNU"))) - (change-log-mode . ((add-log-time-zone-rule . t))) - ("lisp/mail/pmail*" - . ((nil . ((change-log-default-name . "ChangeLog.pmail")))))) + (change-log-mode . ((add-log-time-zone-rule . t) + (fill-column . 74)))) ;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd |