



























| author | Arash Esbati <arash@gnu.org> | 2026-06-16 19:42:27 +0200 |
|---|---|---|
| committer | Arash Esbati <arash@gnu.org> | 2026-06-16 19:42:27 +0200 |
| commit | abe7da7ad93d8cc5f0b993ec243d1dba30686dc0 (patch) | |
| tree | bbb8bcc8a2e8a3f4213e3a413939090cae7b62ea | |
| parent | 2a180b543c2a49cb1061b135c33b4fdbd07b3b9b (diff) | |
* .dir-locals.el: Catch up with Emacs' .dir-locals.
| -rw-r--r-- | .dir-locals.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 19a1d52b0b5..874e57a9ae7 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -7,7 +7,6 @@
(emacs-lisp-docstring-fill-column . 72)
(lisp-body-indent . 2)
(bug-reference-url-format . "https://debbugs.gnu.org/%s")
- (diff-add-log-use-relative-names . t)
(vc-prepare-patches-separately . nil)))
(log-edit-mode . ((log-edit-font-lock-gnu-style . t)
(log-edit-setup-add-author . t)
@@ -16,6 +15,8 @@
(change-log-mode . ((mode . bug-reference)
(add-log-time-zone-rule . t)
(fill-column . 74)))
+ (diff-mode . ((mode . whitespace)
+ (diff-add-log-use-relative-names . t)))
(emacs-lisp-mode . ((mode . bug-reference-prog)
(electric-quote-comment . nil)
(electric-quote-string . nil)
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。