diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2022-03-29 03:20:13 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2022-03-29 03:20:13 (GMT) |
| commit | d19ad0f585cbf4d8d771565ed114636b7f1a2117 (patch) | |
| tree | 9d9174f2287044fb1d5c947f9d2a4a7a96c1bbab /lisp/consult-dash.el | |
| parent | 3619991f89bfff1ccde9cea5bd6fc50f5e05e169 (diff) | |
| download | dotemacs-d19ad0f585cbf4d8d771565ed114636b7f1a2117.zip dotemacs-d19ad0f585cbf4d8d771565ed114636b7f1a2117.tar.gz dotemacs-d19ad0f585cbf4d8d771565ed114636b7f1a2117.tar.bz2 | |
Keep up with consult changes
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" |
