branch: externals/consult
commit ca553143acd3428686d0b3f821e2696b00fd0e3e
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Reenable preview for consult-buffer-other-frame
---
 consult.el | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/consult.el b/consult.el
index 67977fe0b0..feff928d78 100644
--- a/consult.el
+++ b/consult.el
@@ -497,11 +497,7 @@ Used by `consult-completion-in-region', `consult-yank' and 
`consult-history'.")
 The function must return a list of regular expressions and a highlighter
 function.")
 
-(defvar consult--customize-alist
-  ;; Disable preview in frames, since frames do not get up cleaned
-  ;; properly.  Preview is only supported by `consult-buffer' and
-  ;; `consult-buffer-other-window'.
-  `((,#'consult-buffer-other-frame :preview-key nil))
+(defvar consult--customize-alist nil
   "Command configuration alist for fine-grained configuration.
 
 Each element of the list must have the form (command-name plist...).  The

Reply via email to