Was going over app-wide configuration with Robert this morning... Here's an example that he's implementing. With app.config, the loading and saving are done behind the scenes.
I'm also using the EventBus to broadcast an app-wide change to the global config so that any interested views (or other components) can update.