From 4869796d6fff7a10c014540a05cf4c60c22e6c62 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 6 May 2020 23:08:23 +0100 Subject: [PATCH] feat(navigation): Use ripgrep instead of the_silver_searcher in helm-ag --- modules/navigation/siren-helm-ag.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/navigation/siren-helm-ag.el b/modules/navigation/siren-helm-ag.el index 01e7f87..03348ab 100644 --- a/modules/navigation/siren-helm-ag.el +++ b/modules/navigation/siren-helm-ag.el @@ -14,6 +14,7 @@ ("C-x C-'" . helm-do-ag-project-root) :custom + (helm-ag-base-command "rg --no-heading") (helm-ag-ignore-patterns '("*.min-latest.css" "*.min-latest.js" "*.min.css"