coopermaruyama / atom-git-wip

Automatic WIP saving for Atom
MIT License
3 stars 0 forks source link

Allowed the save option to be changed without reloading #8

Closed justinhoward closed 9 years ago

justinhoward commented 9 years ago

The save option was only read on activate, meaning that the package had to be reloaded before the wipOnSave option was reapplied. Changed the option to be read on every save so that it can be dynamically toggled.