From c44185168de90e23ca3f1b53a01f9e7106901ad3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 17 Nov 2019 23:57:45 -0500 Subject: [PATCH] completion/helm: remove +helm-project-search-engines No longer used as of a66872fe2 --- modules/completion/helm/config.el | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index e4034d0c3..071c33335 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -1,15 +1,5 @@ ;;; completion/helm/config.el -*- lexical-binding: t; -*- -(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. - -To disable a particular tool, remove it from this list. To prioritize a tool -over others, move it to the front of the list. Later duplicates in this list are -silently ignored. - -This falls back to git-grep (then grep) if none of these available.") - ;; Posframe (requires +childframe) (defvar +helm-posframe-handler #'+helm-poshandler-frame-center-near-bottom-fn "The function that determines the location of the childframe. It should return