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

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

[elpa] externals/vertico 78803ca: README: Propose minibuffer-hide-comple


From: Protesilaos Stavrou
Subject: [elpa] externals/vertico 78803ca: README: Propose minibuffer-hide-completions
Date: Fri, 16 Apr 2021 12:38:39 -0400 (EDT)

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

    README: Propose minibuffer-hide-completions
---
 README.org | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.org b/README.org
index b7216a3..6f17da9 100644
--- a/README.org
+++ b/README.org
@@ -211,8 +211,7 @@ follow a similar philosophy:
  buffer can be disabled as follows.
 
  #+begin_src emacs-lisp
-   (defun kill-completions () (kill-buffer "*Completions*"))
-   (advice-add #'tmm-add-prompt :after #'kill-completions)
+   (advice-add #'tmm-add-prompt :after #'minibuffer-hide-completions)
  #+end_src
 
 * Contributions



reply via email to

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