sabof / project-explorer

A project explorer sidebar
267 stars 18 forks source link

No project-explorer-helm available? #30

Closed ReneFroger closed 9 years ago

ReneFroger commented 9 years ago

Thanks for sharing this interesting plugin!

However, I have a question. I have Helm installed on Emacs, which is working fine.

After a crash in Project-explorer-helm (which was available first time), it's not available anymore? When I type M-x project-explorer-open, the command is listed. When I type M-x project-explorer-helm, there is no command available, still not when I press Enter after that.

To be sure, I uninstalled Project-Explorer and installed it again. But unfortunately, it didn't helped.

Any suggestions?

sabof commented 9 years ago

I seem to have neglected to make it auto-load. If you add (require 'project-explorer) somewhere in your config, all commands would become available.

ReneFroger commented 9 years ago

That was a fast response. It solved my problem. Thanks for that!