bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

How to solve this? #47

Closed moyotar closed 8 years ago

moyotar commented 8 years ago

@bbatsov

This is my config in init.el:

(require 'helm-projectile)
(projectile-global-mode)
(setq projectile-completion-system 'helm)
(helm-projectile-on)
(setq projectile-indexing-method 'alien)
(setq projectile-switch-project-action 'helm-projectile-find-file)

I was told "Find: incorrect argument formatting" and failed to list any file when used 'helm-projectile-switch-project'. I found that this error tips was produced by “find.exe”. However, this command works normally in a project which is considered project by default.