On Friday, December 13, 2013 1:59:06 PM UTC-6, SegundoBob wrote: > > I couldn't find any documentation from which I could infer that all > settings must reside in a .leo file not an @file, @edit, etc. >
@settings nodes must be in the .leo file, not in an external file. The reason is that Leo reads settings before reading external files. In fact, Leo reads local (non-settings) .leo files twice: first to discover the proper settings to use, and again to read any external files. This isn't going to change, nor is there any valid reason to want to change it. That is, settings apply to .leo files, not external files. Directives, otoh, apply to trees, and thus naturally apply to @<file> trees. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
