Merge remote-tracking branch 'origin/master' into cj-warn-deprecations

Conflicts:
	package.json
This commit is contained in:
probablycorey
2014-04-04 14:43:54 -07:00
39 changed files with 220 additions and 122 deletions

View File

@@ -34,7 +34,7 @@ class Workspace extends Model
when 'atom://.atom/stylesheet'
@open(atom.themes.getUserStylesheetPath())
when 'atom://.atom/keymap'
@open(atom.keymap.getUserKeymapPath())
@open(atom.keymaps.getUserKeymapPath())
when 'atom://.atom/config'
@open(atom.config.getUserConfigPath())
when 'atom://.atom/init-script'