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

    corfu: add no-focus-on-map
---
 corfu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/corfu.el b/corfu.el
index 0bbb7fb..5b78cbe 100644
--- a/corfu.el
+++ b/corfu.el
@@ -203,6 +203,7 @@ filter string with spaces is allowed."
 
 (defvar corfu--frame-parameters
   '((no-accept-focus . t)
+    (no-focus-on-map . t)
     (min-width . t)
     (min-height . t)
     (width . 0)

Reply via email to