Load themes after packages, since we depend on them

This commit is contained in:
Matt Colyer
2013-08-30 15:59:41 -07:00
parent a4dedeb92d
commit b1675714e6
3 changed files with 6 additions and 4 deletions

View File

@@ -54,8 +54,8 @@ window.startEditorWindow = ->
config.load()
keymap.loadBundledKeymaps()
atom.loadBaseStylesheets()
atom.loadThemes()
atom.loadPackages()
atom.loadThemes()
deserializeEditorWindow()
atom.activatePackages()
keymap.loadUserKeymaps()