summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2022-03-29 03:20:13 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2022-03-29 03:20:13 (GMT)
commitd19ad0f585cbf4d8d771565ed114636b7f1a2117 (patch)
tree9d9174f2287044fb1d5c947f9d2a4a7a96c1bbab
parent3619991f89bfff1ccde9cea5bd6fc50f5e05e169 (diff)
downloaddotemacs-d19ad0f585cbf4d8d771565ed114636b7f1a2117.zip
dotemacs-d19ad0f585cbf4d8d771565ed114636b7f1a2117.tar.gz
dotemacs-d19ad0f585cbf4d8d771565ed114636b7f1a2117.tar.bz2
Keep up with consult changes
-rw-r--r--lisp/consult-dash.el2
-rw-r--r--lisp/ravi-init-completion.el2
2 files changed, 2 insertions, 2 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"
diff --git a/lisp/ravi-init-completion.el b/lisp/ravi-init-completion.el
index 1c973d8..b6987d0 100644
--- a/lisp/ravi-init-completion.el
+++ b/lisp/ravi-init-completion.el
@@ -248,7 +248,7 @@
consult-ripgrep consult-git-grep consult-grep consult-xref
:preview-key 'any
consult-bookmark consult-recent-file
- consult--source-file consult--source-project-file consult--source-bookmark
+ consult--source-recent-file consult--source-project-recent-file consult--source-bookmark
:preview-key "C-o")
(consult-customize consult-buffer :preview-key nil) ; preview is just too intrusive