Remove the react editor options

This commit is contained in:
Ben Ogle
2014-08-25 12:15:34 -07:00
parent 7220c61e98
commit cef24a3979
2 changed files with 0 additions and 4 deletions

View File

@@ -95,8 +95,6 @@ beforeEach ->
config.set "editor.autoIndent", false
config.set "core.disabledPackages", ["package-that-throws-an-exception",
"package-with-broken-package-json", "package-with-broken-keymap"]
config.set "core.useReactEditor", true
config.set "core.useReactMiniEditors", true
config.save.reset()
atom.config = config

View File

@@ -70,8 +70,6 @@ class WorkspaceView extends View
projectHome: path.join(fs.getHomeDirectory(), 'github')
audioBeep: true
destroyEmptyPanes: true
useReactEditor: true
useReactMiniEditors: true
@content: ->
@div class: 'workspace', tabindex: -1, =>