mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
add extensions:loaded event
This commit is contained in:
@@ -57,6 +57,8 @@ windowAdditions =
|
||||
console.warn "window: Extension #{extension.constructor.name} failed to startup."
|
||||
console.warn error
|
||||
|
||||
Event.trigger 'extensions:loaded'
|
||||
|
||||
loadKeyBindings: ->
|
||||
KeyBinder.load "#{@appRoot}/static/key-bindings.coffee"
|
||||
if fs.isFile "~/.atomicity/key-bindings.coffee"
|
||||
|
||||
Reference in New Issue
Block a user