diff options
Diffstat (limited to 'lisp/consult-dash.el')
| -rw-r--r-- | lisp/consult-dash.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/consult-dash.el b/lisp/consult-dash.el index 7f1e8d5..25594d7 100644 --- a/lisp/consult-dash.el +++ b/lisp/consult-dash.el @@ -70,7 +70,7 @@ (when-let* ((docsets (dash-docs-maybe-narrow-docsets arg)) (cmds (mapcar (lambda (ds) (consult-dash--builder-one-docset ds arg)) docsets))) (list :command (list "sh" "-c" (apply #'concat cmds)) - :highlight (cdr (consult--default-regexp-compiler arg 'basic))))))) + :highlight (cdr (consult--default-regexp-compiler arg 'basic t))))))) (defun consult-dash--with-buffer-context (func) "Ensure that FUNC is called with the correct buffer context" |
