Open a custom config window on 'open-user-configuration' event

This commit is contained in:
Nathan Sobo
2013-04-09 16:03:46 -06:00
committed by Corey Johnson & Kevin Sawicki
parent df064ddd21
commit 160b80b47f
13 changed files with 68 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ class Keymap
'alt-meta-i': 'toggle-dev-tools'
$(document).command 'new-window', => atom.newWindow()
$(document).command 'open-user-configuration', => atom.open(config.configDirPath)
$(document).command 'open-user-configuration', => atom.openConfig()
$(document).command 'open', => atom.open()
$(document).command 'open-dev', => atom.openDev()