[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Easy Customization for Directory Local Variables
From: |
Juri Linkov |
Subject: |
Re: Easy Customization for Directory Local Variables |
Date: |
Mon, 02 Oct 2023 09:43:54 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) |
>> There is no single prefix in files-x.el, but still names are quite
>> consistent. So you could choose any prefix you think would be
>> internally consistent between all your new functions and variables.
>
> Why should this be in files-x.el? why not in custom.el, for example?
If these functions implement a new customization type then
a good place would be in custom.el indeed. Only functions
that write the dir-locals file could remain in files-x.el.