summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2021-07-15 17:42:48 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2021-07-15 17:42:48 +0200
commitbb4eccf6ed855e2004c35bad11ac31d4a8d9b589 (patch)
treed41b65f503c52d20599cd1a2be79e5d53d34f2f6
parenta2ddf927496d8a81fb4ab14f1cd8210fad5531a9 (diff)
corfu: add no-focus-on-map
-rw-r--r--corfu.el1
1 files changed, 1 insertions, 0 deletions
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)