From a04d5cb8d26e24e0fcde81c3d92940d98be33708 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 5 Apr 2025 07:44:16 +0200 Subject: [PATCH] Allow preview in consult functions This is particularly relevant for `consult-line`. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 710a1a6..ff7a956 100644 --- a/init.el +++ b/init.el @@ -2386,7 +2386,7 @@ Note that this workaround is incomplete, as explained in this comment." consult-async-input-debounce 0.5 consult-async-input-throttle 0.8 consult-narrow-key nil - consult-preview-key nil)) + consult-preview-key 'any)) :config (require 'consult-imenu)) (use-package corfu