From ee0a3c09da0c843715344919400ab0a0190cc9dc Mon Sep 17 00:00:00 2001 From: Danny McClanahan <1305167+cosmicexplorer@users.noreply.github.com> Date: Tue, 21 Jul 2020 00:25:15 -0700 Subject: [PATCH] add :nohighlight t to use helm-rg faces --- helm-rg.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/helm-rg.el b/helm-rg.el index cdf9b4a..9722fa0 100644 --- a/helm-rg.el +++ b/helm-rg.el @@ -2354,13 +2354,12 @@ will be split!" ;; Helm sources (defconst helm-rg-process-source - ;; `helm-grep-ag-class' is provided by `helm' -- I don't know if that identifier is stable but if - ;; it's not it will error out very quickly (because `helm-make-source' will fail if that symbol - ;; is removed). (helm-make-source "ripgrep" 'helm-source-async ;; FIXME: we don't want the header to be hydrated by helm, it's huge and blue and ;; unnecessary. Do it ourselves, then we don't have to delete the header in ;; `helm-rg--freeze-header-for-bounce'. + :nohighlight t + :nomark t :header-name #'helm-rg--header-name :keymap 'helm-rg-map :history 'helm-rg--input-history