mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
completion/helm: remove +helm-project-search-engines
No longer used as of a66872fe2
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user