emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/corfu aec6277: Set Corfu minibuffer explicitly (Fix #65


From: ELPA Syncer
Subject: [elpa] externals/corfu aec6277: Set Corfu minibuffer explicitly (Fix #65)
Date: Thu, 14 Oct 2021 09:57:09 -0400 (EDT)

branch: externals/corfu
commit aec6277571b49bd9fc6518b12b129a1484c9202f
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Set Corfu minibuffer explicitly (Fix #65)
---
 corfu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 4fa4c1e..96b95fc 100644
--- a/corfu.el
+++ b/corfu.el
@@ -244,7 +244,6 @@ completion began less than that number of seconds ago."
     (unsplittable . t)
     (undecorated . t)
     (cursor-type . nil)
-    (minibuffer . nil)
     (visibility . nil)
     (no-special-glyphs . t)
     (desktop-dont-save . t))
@@ -333,6 +332,7 @@ completion began less than that number of seconds ago."
       (when corfu--frame (delete-frame corfu--frame))
       (setq corfu--frame (make-frame
                           `((parent-frame . ,(window-frame))
+                            (minibuffer . ,(minibuffer-window (window-frame)))
                             (line-spacing . ,line-spacing)
                             ;; Set `internal-border-width' for Emacs 27
                             (internal-border-width



reply via email to

[Prev in Thread] Current Thread [Next in Thread]