diff --git a/spec/integration/fixtures/atom-home/config-openEmptyEditorOnStart.cson b/spec/integration/fixtures/atom-home/config-openEmptyEditorOnStart.cson index cf86d6120..23ac98d08 100644 --- a/spec/integration/fixtures/atom-home/config-openEmptyEditorOnStart.cson +++ b/spec/integration/fixtures/atom-home/config-openEmptyEditorOnStart.cson @@ -3,4 +3,5 @@ showOnStartup: false "exception-reporting": userId: "7c0a3c52-795c-5e20-5323-64efcf91f212" - openEmptyEditorOnStart: false + core: + openEmptyEditorOnStart: false