Rename atom.keymap to atom.keymaps

This commit is contained in:
Nathan Sobo
2014-03-31 16:28:55 -06:00
parent d612a71af5
commit 65564e2012
10 changed files with 33 additions and 32 deletions

View File

@@ -33,7 +33,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'