projectfinder is always loaded

This commit is contained in:
Chris Wanstrath
2011-11-13 16:40:34 -08:00
parent fb2efcfa75
commit 2297cf2164

View File

@@ -11,7 +11,7 @@ class Projectfinder extends Extension
constructor: ->
atom.keybinder.load require.resolve "projectfinder/key-bindings.coffee"
atom.on 'project:open', @startup
atom.on 'window:load', @startup
startup: (@project) =>
@pane = new ModalSelector =>