On Fri, 23 Feb 2018 11:15:42 -0800 (PST) Phil <[email protected]> wrote:
> I want a script to run every time I start Leo. How can I do this? > > Thanks, > Phil Although your question has prompted some clever new ideas, I wonder if the answer is simpler than the response ;-) You can set @bool scripting-at-script-nodes = True The nodes labeled starting with "@script " will run on load. Note the docs. for that setting: True: dynamically executes script in @script nodes when a window is created. DANGEROUS! If they're your own scripts, they're only as dangerous if you make them ;-), but of course it means loading a .leo file from an unknown or maybe compromised source allows arbitrary code execution on your computer. So Kent's hash idea is very good, but for now you can already do this, albeit needing to know the potential risk. Cheers -Terry -- 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 https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
