Skip to content

Commit

Permalink
add :nohighlight t to use helm-rg faces
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Jul 21, 2020
1 parent c2c766b commit ee0a3c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions helm-rg.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee0a3c0

Please sign in to comment.