branch: externals/vertico
commit 1c807a188bb60d93bf1d3612dde886d53c86c3d7
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
README: Expand on tmm
---
README.org | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index f90f334c90..7545c52d67 100644
--- a/README.org
+++ b/README.org
@@ -524,9 +524,12 @@ If you want to learn more about Vertico, check out the
following resources:
The text menu bar works well with Vertico but always shows a =*Completions*=
buffer, which is unwanted if you use the Vertico UI. This completion buffer
- can be disabled as follows.
+ can be disabled with an advice. If you disabled the standard GUI menu bar
and
+ prefer the Vertico interface you may also overwrite the default F10
+ keybinding.
#+begin_src emacs-lisp
+ (global-set-key [f10] #'tmm-menubar)
(advice-add #'tmm-add-prompt :after #'minibuffer-hide-completions)
#+end_src