branch: externals/embark
commit b4a9d0ec1baed900e4143c846fbae11aff90d60c
Merge: edfd0a8 0547d46
Author: Omar AntolĂ­n Camarena <omar.anto...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #409 from minad/remove-ohr
    
    Remove occur-highlight-regexp
---
 embark-consult.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/embark-consult.el b/embark-consult.el
index b05d5c9..bf3c17a 100644
--- a/embark-consult.el
+++ b/embark-consult.el
@@ -155,8 +155,7 @@ The elements of LINES are assumed to be values of category 
`consult-line'."
             (setq last-buf this-buf))
           (insert (concat lineno contents nl))))
       (goto-char (point-min))
-      (occur-mode)
-      (setq-local occur-highlight-regexp "^.*$"))
+      (occur-mode))
     (pop-to-buffer buf)))
 
 (setf (alist-get 'consult-location embark-collect-initial-view-alist)

Reply via email to