emacs-diffs
[Top][All Lists]
Advanced

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

master 3ddf1a920d 2/3: Set vc-git-annotate-switches to "-w" in .dir-loca


From: Stefan Kangas
Subject: master 3ddf1a920d 2/3: Set vc-git-annotate-switches to "-w" in .dir-locals.el
Date: Fri, 9 Sep 2022 19:13:09 -0400 (EDT)

branch: master
commit 3ddf1a920d267794fff8d311aead43525167bab4
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Set vc-git-annotate-switches to "-w" in .dir-locals.el
    
    * .dir-locals.el: Set vc-git-annotate-switches to "-w".
    Ref: https://lists.gnu.org/r/emacs-devel/2022-09/msg00453.html
---
 .dir-locals.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.dir-locals.el b/.dir-locals.el
index d0cbcdfd39..84617a7980 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -5,6 +5,7 @@
          (sentence-end-double-space . t)
          (fill-column . 70)
         (emacs-lisp-docstring-fill-column . 65)
+         (vc-git-annotate-switches . "-w")
          (bug-reference-url-format . "https://debbugs.gnu.org/%s";)
         (diff-add-log-use-relative-names . t)))
  (c-mode . ((c-file-style . "GNU")



reply via email to

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