Skip to content

Instantly share code, notes, and snippets.

@incandescentman
Created May 30, 2016 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save incandescentman/4ce93d2dd1b67927c0a6f7287ac8e481 to your computer and use it in GitHub Desktop.
Save incandescentman/4ce93d2dd1b67927c0a6f7287ac8e481 to your computer and use it in GitHub Desktop.
(helm-grep-default-command (if use-ack-p (concat ack-executable " -H --no-group --no-color " ack-ignored-pattern " %p %f") (if (and projectile-use-git-grep (eq (projectile-project-vcs) 'git)) "git --no-pager grep --no-color -n%c -e %p -- %f" "grep -a -r %e -n%cH -e %p %f .")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment