mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
projectfinder is always loaded
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user