[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] elpa-admin 3ec53b8df7: * .dir-locals.el: Update to match emacs.gi
From: |
Stefan Kangas |
Subject: |
[elpa] elpa-admin 3ec53b8df7: * .dir-locals.el: Update to match emacs.git more closely. |
Date: |
Thu, 15 Sep 2022 15:35:38 -0400 (EDT) |
branch: elpa-admin
commit 3ec53b8df712bb0c100a44f78d55b247ebb0b634
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
* .dir-locals.el: Update to match emacs.git more closely.
---
.dir-locals.el | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index f6353a9a44..0c458870cd 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -3,10 +3,13 @@
((nil . ((tab-width . 8)
(sentence-end-double-space . t)
+ (emacs-lisp-docstring-fill-column . 65)
(fill-column . 70)
+ (vc-git-annotate-switches . "-w")
(bug-reference-url-format . "https://debbugs.gnu.org/%s")))
(log-edit-mode . ((log-edit-font-lock-gnu-style . t)
- (log-edit-setup-add-author . t)))
+ (log-edit-setup-add-author . t)
+ (vc-git-log-edit-summary-target-len . 50)))
(change-log-mode . ((add-log-time-zone-rule . t)
(fill-column . 74)
(mode . bug-reference)))
@@ -14,4 +17,5 @@
(emacs-lisp-mode . ((indent-tabs-mode . nil)
(electric-quote-comment . nil)
(electric-quote-string . nil)
- (mode . bug-reference-prog))))
+ (mode . bug-reference-prog)))
+ (lisp-data-mode . ((indent-tabs-mode . nil))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] elpa-admin 3ec53b8df7: * .dir-locals.el: Update to match emacs.git more closely.,
Stefan Kangas <=