]> git.eshelyaron.com Git - emacs.git/commitdiff
Set vc-git-annotate-switches to "-w" in .dir-locals.el
authorStefan Kangas <stefankangas@gmail.com>
Fri, 9 Sep 2022 21:39:24 +0000 (23:39 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 9 Sep 2022 23:12:29 +0000 (01:12 +0200)
* .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

index d0cbcdfd390e473925e61a6e76d7dc9dad898639..84617a79807d44b74948ed1aca43d0c3f1d1c42d 100644 (file)
@@ -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")