branch: externals/corfu
commit d9f88cbdb8de0cdca8b234a99949931b42f2cf83
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Set fullscreen=nil for the child frame (Fix #601)
---
corfu.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/corfu.el b/corfu.el
index 4612698bea..b5d311cc9c 100644
--- a/corfu.el
+++ b/corfu.el
@@ -349,6 +349,7 @@ settings `corfu-auto-delay', `corfu-auto-prefix' and
(no-other-frame . t)
(unsplittable . t)
(undecorated . t)
+ (fullscreen . nil)
(cursor-type . nil)
(no-special-glyphs . t)
(desktop-dont-save . t)