auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex 5970fbf499 15/23: * .dir-locals.el: Catch up wit


From: Tassilo Horn
Subject: [elpa] externals/auctex 5970fbf499 15/23: * .dir-locals.el: Catch up with Emacs' .dir-locals.
Date: Thu, 18 Apr 2024 05:43:25 -0400 (EDT)

branch: externals/auctex
commit 5970fbf499d6a51826e45b508f0570c14159bb74
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    * .dir-locals.el: Catch up with Emacs' .dir-locals.
---
 .dir-locals.el | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 2e19675b51..aa4f0335e4 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,10 +1,17 @@
 ;;; Directory Local Variables
 ;;; For more information see (info "(emacs) Directory Variables")
 
-((nil . ((bug-reference-url-format . "https://debbugs.gnu.org/%s";)
-         (fill-column . 70)
+((nil . ((tab-width . 8)
          (sentence-end-double-space . t)
-         (tab-width . 8)))
+         (fill-column . 72)
+         (emacs-lisp-docstring-fill-column . 72)
+         (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)
+                   (vc-git-log-edit-summary-target-len . 50)
+                   (fill-column . 64)))
  (change-log-mode . ((mode . bug-reference)
                      (add-log-time-zone-rule . t)
                      (fill-column . 74)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]