summaryrefslogtreecommitdiff
path: root/corfu.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-05-27 09:13:39 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2025-05-27 09:13:39 +0200
commit7185f01296c2599b1ebc6eb326ccc14f95c7a131 (patch)
tree67544fb07debea36ef6a29cd860837fa632373ce /corfu.el
parent77e639bc6b982be09f355390beef6f200936109a (diff)
corfu--make-frame: Experiment with x-fast-protocol-requests
Diffstat (limited to 'corfu.el')
-rw-r--r--corfu.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/corfu.el b/corfu.el
index 99b856e..f1424cc 100644
--- a/corfu.el
+++ b/corfu.el
@@ -452,6 +452,7 @@ FRAME is the existing frame."
(let* ((window-min-height 1)
(window-min-width 1)
(inhibit-redisplay t)
+ (x-fast-protocol-requests t)
(x-gtk-resize-child-frames corfu--gtk-resize-child-frames)
(before-make-frame-hook)
(after-make-frame-functions)