lee-dohm / package-sync

Atom package synchronization across machines
https://atom.io/packages/package-sync
MIT License
61 stars 10 forks source link

Create package list when packages are installed or removed #21

Closed jbhannah closed 8 years ago

jbhannah commented 8 years ago

Another shot at #18; fixes #12. Registers one callback that toggles a boolean when all packages are activated on startup, and another callback that on package load, if initial package activation has completed and the config value is true, writes to the package list.

lee-dohm commented 8 years ago

Thanks for your perseverance :grinning: