Remove the_platinum_searcher support
I'm reducing the scope of our project search so we can eventually focus on ripgrep. By specializing I can extend Doom's features for project searching.
This commit is contained in:
parent
7654764713
commit
6ba7c97501
9 changed files with 9 additions and 65 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; completion/helm/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar +helm-project-search-engines '(rg ag pt)
|
||||
(defvar +helm-project-search-engines '(rg ag)
|
||||
"What search tools for `+helm/project-search' (and `+helm-file-search' when no
|
||||
ENGINE is specified) to try, and in what order.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue