[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .dir-locals.el in AUCTeX tree
From: |
Ikumi Keita |
Subject: |
Re: .dir-locals.el in AUCTeX tree |
Date: |
Sat, 26 Dec 2020 19:27:34 +0900 |
Hi Arash,
>>>>> Arash Esbati <arash@gnu.org> writes:
> Hi all,
> AUCTeX doesn't have a .dir-locals.el in the development tree. There are
> not many contributors, but I think it makes sense to have one. Is there
> a reason we don't have it? Otherwise, I suggest to install one like
> this which is mostly taken from Emacs[1]:
I'm fine with your idea.
And I found a typo in your proposal:
> ;;; Directory Local Variables
> ;;; For more information see (info "(emacs) Directory Variables")
> (texinfo-mxode . ((mode . bug-reference-prog)
^^^^^
> (electric-quote-comment . nil)
> (electric-quote-string . nil)
> (fill-column . 74))))
Regards,
Ikumi Keita