summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-09-06 22:06:29 +0200
committerPhilip Kaludercic <philip@icterid>2022-09-08 08:21:15 +0200
commit740a1a3d0ee7cd754b4049f0d65cd756f10b48f6 (patch)
tree2c9c416988245a3bd82a8b0aedc10ae899aaa740 /.dir-locals.el
parent56f3cdef6bdd5732abd774c3baf33563459b534c (diff)
downloademacs-740a1a3d0ee7cd754b4049f0d65cd756f10b48f6.tar.gz
Add new user option 'diff-add-log-use-relative-names'
* .dir-locals.el: Set new option to t * etc/NEWS: Mention new option. * lisp/vc/diff-mode.el (diff-add-log-use-relative-names): Add new option. (diff-add-log-current-defuns): Use new option. * doc/emacs/maintaining.texi (Log Buffer): Mention new option.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 1c90ddcf567..9882a19f855 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -5,7 +5,8 @@
(sentence-end-double-space . t)
(fill-column . 70)
(emacs-lisp-docstring-fill-column . 65)
- (bug-reference-url-format . "https://debbugs.gnu.org/%s")))
+ (bug-reference-url-format . "https://debbugs.gnu.org/%s")
+ (diff-add-log-use-relative-names . t)))
(c-mode . ((c-file-style . "GNU")
(c-noise-macro-names . ("INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK"))
(electric-quote-comment . nil)