Files
atom/src/config-bootstrap.coffee
probablycorey 09ab319328 Atom.show no longer used
The window is shown automatically when it is created.
2013-05-16 14:19:53 -07:00

8 lines
170 B
CoffeeScript

date = new Date().getTime()
require 'atom'
require 'window'
window.setUpEnvironment()
window.startConfigWindow()
console.log "Load time: #{new Date().getTime() - date}"