Created
May 15, 2014 12:53
-
-
Save mircealungu/cda15e85c8c052daa1cd to your computer and use it in GitHub Desktop.
Pharo startup settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
StartupLoader default executeAtomicItems: { | |
StartupAction | |
name: 'Accounts' | |
code: [ | |
Author fullName: 'MirceaLungu'. | |
MCRepository class compile: 'settings ^Settings ifNil: [ Settings := Dictionary new.]'. | |
MCRepository settings | |
at: 'account1' | |
put: '*smalltalkhub.com* MirceaLungu:password' ] | |
runOnce: true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment