mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Open a custom config window on 'open-user-configuration' event
This commit is contained in:
committed by
Corey Johnson & Kevin Sawicki
parent
df064ddd21
commit
160b80b47f
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user