On Thu, Jan 2, 2014 at 2:15 PM, Jack Kuan <[email protected]> wrote: > Hi, > > I'm trying to configure the @string view-rendered-default-kind setting of > the viewrendered plugin, however, since this plugin is enabled by default > in leoSettings.leo > it gets loaded before I have the chance to set the setting. >
Leo loads settings before loading plugins. There are many plugins that use settings. > Is there a way to update the settings later at runtime? > Not at present. I don't think it can ever be done in general: Leo's startup logic is too complex. However, I think an exception can and should be made in some cases. For instance, it is exceptionally annoying to have to restart Leo merely to create a new abbreviation. This is on the list of things to change asap. > I guess I could also do it in leoSettings.leo or remove > it from enabled-plugins, but I really don't want to change the defaults. > Neither of these should be necessary. Placing the setting **in an @settings tree** in your copy of myLeoSettings.leo should work. 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.
