Hi, Is there any way to specify the order of the preferences?
Now I put a couple of .st files in my ~/Library/Preferences/pharo folder
containing calls to
StartupLoader default executeAtomicItems: {
StartupAction
name: 'Setting my preferences...'
code: [ … ]
and I am wondering if there is a way to specify the order in which those files
are accessed.
Cheers,
R
