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

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

[elpa] externals/corfu bb4eccf 1/2: corfu: add no-focus-on-map


From: ELPA Syncer
Subject: [elpa] externals/corfu bb4eccf 1/2: corfu: add no-focus-on-map
Date: Thu, 15 Jul 2021 11:57:09 -0400 (EDT)

branch: externals/corfu
commit bb4eccf6ed855e2004c35bad11ac31d4a8d9b589
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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

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