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

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

[elpa] externals/vertico f27b720: Mention ffap-menu


From: ELPA Syncer
Subject: [elpa] externals/vertico f27b720: Mention ffap-menu
Date: Mon, 22 Nov 2021 18:57:27 -0500 (EST)

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

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