branch: externals/vertico
commit f27b720dfd86c62d3f75542072a55753d11b2dfd
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Mention ffap-menu
---
 README.org | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.org b/README.org
index d41c7f3..50599d8 100644
--- a/README.org
+++ b/README.org
@@ -395,6 +395,19 @@ packages a try and judge for yourself.
      (advice-add #'tmm-add-prompt :after #'minibuffer-hide-completions)
    #+end_src
 
+** ~ffap-menu~
+
+   The command ~ffap-menu~ shows the ==*Completions*= buffer by default like
+   ~tmm-menubar~, which is unnecessary with Vertico. This completion buffer 
can be
+   disabled as follows.
+
+   #+begin_src emacs-lisp
+     (advice-add #'ffap-menu-ask :around (lambda (&rest args)
+                                      (cl-letf (((symbol-function 
#'minibuffer-completion-help)
+                                                 #'ignore))
+                                        (apply args))))
+   #+end_src
+
 ** Tramp hostname completion
 
    In combination with Orderless, hostnames are not made available for

Reply via email to