projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c1ff3b
)
Set vc-git-annotate-switches to "-w" in .dir-locals.el
author
Stefan Kangas
<stefankangas@gmail.com>
Fri, 9 Sep 2022 21:39:24 +0000
(23:39 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/.dir-locals.el
b/.dir-locals.el
index d0cbcdfd390e473925e61a6e76d7dc9dad898639..84617a79807d44b74948ed1aca43d0c3f1d1c42d 100644
(file)
--- 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")