emacs-devel
[Top][All Lists]
Advanced

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

Re: master 740a1a3d0e: Add new user option 'diff-add-log-use-relative-na


From: Philip Kaludercic
Subject: Re: master 740a1a3d0e: Add new user option 'diff-add-log-use-relative-names'
Date: Thu, 08 Sep 2022 12:21:31 +0000

Robert Pluim <rpluim@gmail.com> writes:

>>>>>> On Thu,  8 Sep 2022 02:22:00 -0400 (EDT), Philip Kaludercic 
>>>>>> <philipk@posteo.net> said:
>
>
>     Philip> diff --git a/.dir-locals.el b/.dir-locals.el
>     Philip> index 1c90ddcf56..9882a19f85 100644
>     Philip> --- a/.dir-locals.el
>     Philip> +++ b/.dir-locals.el
>     Philip> @@ -5,7 +5,8 @@
>     Philip>           (sentence-end-double-space . t)
>     Philip>           (fill-column . 70)
>     Philip>    (emacs-lisp-docstring-fill-column . 65)
>     Philip> -         (bug-reference-url-format . 
> "https://debbugs.gnu.org/%s";)))
>     Philip> +         (bug-reference-url-format . 
> "https://debbugs.gnu.org/%s";)
>     Philip> +  (diff-add-log-use-relative-names . t)))
>              ^thatʼs a TAB

._. Sorry about that.

> I guess that means we should add
>
>     (lisp-data-mode . ((indent-tabs-mode . nil)))
>
> to .dir-locals.el as well.

That would be good, but I've also been a fan of adding
(show-trailing-whitespace . t) on top of that.

> Robert



reply via email to

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