branch: externals/consult commit 2a3dc60de52c47cf7f7b5cb1256ba2881cdd094f Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@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