consult-completing-read-multiple has been removed

This commit is contained in:
David Morgan 2022-06-07 09:30:01 +01:00
parent 6fe8860f58
commit a568e1a26f
1 changed files with 0 additions and 3 deletions

View File

@ -192,9 +192,6 @@ DEFS is a plist associating completion categories to commands."
;; 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)