completion/helm: remove +helm-project-search-engines

No longer used as of a66872fe2
This commit is contained in:
Henrik Lissner 2019-11-17 23:57:45 -05:00
parent dca4ff7887
commit c44185168d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,15 +1,5 @@
;;; completion/helm/config.el -*- lexical-binding: t; -*- ;;; 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) ;; Posframe (requires +childframe)
(defvar +helm-posframe-handler #'+helm-poshandler-frame-center-near-bottom-fn (defvar +helm-posframe-handler #'+helm-poshandler-frame-center-near-bottom-fn
"The function that determines the location of the childframe. It should return "The function that determines the location of the childframe. It should return