mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Rename userConfigurationPath to configFilePath so I can add configDirPath as well
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user