Compare commits

...

2 Commits

Author SHA1 Message Date
ef6ba17d55
Ensure that consult is installed 2025-04-05 07:45:33 +02:00
a04d5cb8d2
Allow preview in consult functions
This is particularly relevant for `consult-line`.
2025-04-05 07:44:16 +02:00

View File

@ -2369,6 +2369,7 @@ Note that this workaround is incomplete, as explained in this comment."
[orderless-match-face-1 orderless-match-face-2])) [orderless-match-face-1 orderless-match-face-2]))
(use-package consult (use-package consult
:ensure t
:commands (consult-completion-in-region :commands (consult-completion-in-region
consult-goto-line consult-goto-line
consult-keep-lines consult-keep-lines
@ -2386,7 +2387,7 @@ Note that this workaround is incomplete, as explained in this comment."
consult-async-input-debounce 0.5 consult-async-input-debounce 0.5
consult-async-input-throttle 0.8 consult-async-input-throttle 0.8
consult-narrow-key nil consult-narrow-key nil
consult-preview-key nil)) consult-preview-key 'any))
:config (require 'consult-imenu)) :config (require 'consult-imenu))
(use-package corfu (use-package corfu