completion/helm: remove +helm-project-search-engines
No longer used as of a66872fe2
This commit is contained in:
parent
dca4ff7887
commit
c44185168d
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue