Join Nostr
2025-03-15 18:18:31 UTC
in reply to

Nicolas Martyanoff on Nostr: DEFCUSTOM is for values customizable by the user. In modules, you have a lot of ...

DEFCUSTOM is for values customizable by the user. In modules, you have a lot of values which are not supposed to be customizable (e.g. regexps used by font-locks) but must be easy to redefine when you're working on the module.