bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

helm-projectile-ag could not work #44

Closed yuandaxing closed 7 years ago

yuandaxing commented 8 years ago

Hi, I do not know what i have updated, in .emacs.d project, helm-projectile-ag could not work. but in other cplusplus project, it works fine. below is my .emacs.d configure:

.projectile it is empty. emacs version: 24.4.1 .dir-locals.el: ((emacs-lisp-mode (helm-ag-use-grep-ignore-list . "elpa") (helm-ag-use-agignore . t) (helm-grep-ignored-directories . "elpa")))

i tried to debug, but i find it is not that easy.

xiongtx commented 7 years ago

Please use the issue template to provide more information and re-open this issue if necessary.