Rename userConfigurationPath to configFilePath so I can add configDirPath as well

This commit is contained in:
David Graham & Nathan Sobo
2012-06-20 11:19:40 -06:00
parent 498adc00bf
commit dc6c0a3e35
3 changed files with 7 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ class Keymap
'meta-o': 'open'
$(document).on 'new-window', => $native.newWindow()
$(document).on 'open-user-configuration', => atom.open(atom.userConfigurationPath)
$(document).on 'open-user-configuration', => atom.open(atom.configFilePath)
$(document).on 'open', =>
path = $native.openDialog()
atom.open(path) if path