auctex-diffs
[Top][All Lists]
Advanced

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

master 5970fbf4: * .dir-locals.el: Catch up with Emacs' .dir-locals.


From: Arash Esbati
Subject: master 5970fbf4: * .dir-locals.el: Catch up with Emacs' .dir-locals.
Date: Sun, 14 Apr 2024 09:27:31 -0400 (EDT)

branch: master
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 2e19675b..aa4f0335 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]