sabof / project-explorer

A project explorer sidebar
266 stars 17 forks source link

Provide more actions for helm candidates #11

Closed ozanmakes closed 10 years ago

ozanmakes commented 10 years ago

Is it possible for project-explorer to inherit file actions from other helm sources? helm-ls-git does it by requiring helm-files and defining the helm-source like this:

(action . ,(cdr (helm-get-actions-from-type helm-source-locate)))
(action-transformer helm-transform-file-load-el)
sabof commented 10 years ago

Yes, I'll have a look at this

sabof commented 10 years ago

I've uploaded the change to the devel branch

ozanmakes commented 10 years ago

Awesome!