diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-07-15 17:42:48 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-07-15 17:42:48 +0200 |
| commit | bb4eccf6ed855e2004c35bad11ac31d4a8d9b589 (patch) | |
| tree | d41b65f503c52d20599cd1a2be79e5d53d34f2f6 | |
| parent | a2ddf927496d8a81fb4ab14f1cd8210fad5531a9 (diff) | |
corfu: add no-focus-on-map
| -rw-r--r-- | corfu.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
