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

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

[elpa] externals/consult 2a3dc60: Minor README update


From: ELPA Syncer
Subject: [elpa] externals/consult 2a3dc60: Minor README update
Date: Thu, 8 Jul 2021 14:57:06 -0400 (EDT)

branch: externals/consult
commit 2a3dc60de52c47cf7f7b5cb1256ba2881cdd094f
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Minor README update
---
 README.org | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index a5bc4db..b8837b2 100644
--- a/README.org
+++ b/README.org
@@ -388,7 +388,7 @@ their descriptions.
  - =consult-completing-read-multiple=: Enhanced drop-in replacement for
    =completing-read-multiple= which works better for long candidates. Multiple
    candidates can be selected/deselected by pressing ~RET~. The selections are
-   confirmed by pressing ~RET~ in the end.
+   confirmed by pressing ~RET~ again.
 
 * Special features
   :properties:
@@ -837,13 +837,13 @@ contributed.
      ;; This adds thin lines, sorting and hides the mode line of the window.
      (advice-add #'register-preview :override #'consult-register-window)
 
+     ;; Optionally replace `completing-read-multiple' with an enhanced version.
+     (advice-add #'completing-read-multiple :override 
#'consult-completing-read-multiple)
+
      ;; Use Consult to select xref locations with preview
      (setq xref-show-xrefs-function #'consult-xref
            xref-show-definitions-function #'consult-xref)
 
-     ;; Optionally replace `completing-read-multiple' with an enhanced version.
-     (advice-add #'completing-read-multiple :override 
#'consult-completing-read-multiple)
-
      ;; Configure other variables and modes in the :config section,
      ;; after lazily loading the package.
      :config



reply via email to

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