summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-09-09 23:39:24 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-09-10 01:12:29 +0200
commit3ddf1a920d267794fff8d311aead43525167bab4 (patch)
tree29be17471009408fc89a91b60ff824aa68d794a3 /.dir-locals.el
parent1c1ff3bfd12161d14f791658e22481acf9549109 (diff)
downloademacs-3ddf1a920d267794fff8d311aead43525167bab4.tar.gz
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
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index d0cbcdfd390..84617a79807 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")