Skip to content

Instantly share code, notes, and snippets.

@tinchodias
Created February 8, 2013 10:12
Show Gist options
  • Save tinchodias/4737895 to your computer and use it in GitHub Desktop.
Save tinchodias/4737895 to your computer and use it in GitHub Desktop.
My Pharo 2.0 settings. I have this file in ~/Library/Preferences/pharo. They are run every time I open a Pharo 2.0 image.
StartupLoader default executeAtomicItems: {
StartupAction
name: 'Settings'
code: [
Author fullName: 'MartinDias'.
World color:Color darkGray darker.
CodeHolder showAnnotationPane: true.
MCCodeTool showAnnotationPane: true.
Deprecation raiseWarning: true.
Debugger alwaysOpenFullDebugger: true.
MCCacheRepository default directory: '/Users/tinchodias/Pharo/localRepository/' asFileReference.]
runOnce: true.
}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment