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

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

[elpa] externals/vertico 1c807a188b: README: Expand on tmm


From: ELPA Syncer
Subject: [elpa] externals/vertico 1c807a188b: README: Expand on tmm
Date: Sun, 16 Jan 2022 12:57:40 -0500 (EST)

branch: externals/vertico
commit 1c807a188bb60d93bf1d3612dde886d53c86c3d7
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    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
 



reply via email to

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