mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Load user's .atom config after root view is attached
This commit is contained in:
@@ -21,8 +21,8 @@ windowAdditions =
|
||||
$(document).on 'keydown', @_handleKeyEvent
|
||||
|
||||
startup: (path) ->
|
||||
@loadUserConfiguration()
|
||||
@attachRootView(path)
|
||||
@loadUserConfiguration()
|
||||
$(window).on 'close', => @close()
|
||||
$(window).on 'beforeunload', =>
|
||||
@shutdown()
|
||||
|
||||
Reference in New Issue
Block a user