removing consult-completing-read-multiple in compleseus
This commit is contained in:
parent
3afb088940
commit
1228c57444
1 changed files with 0 additions and 3 deletions
|
@ -190,9 +190,6 @@
|
|||
;; This adds thin lines, sorting and hides the mode line of the window.
|
||||
(advice-add #'register-preview :override #'consult-register-window)
|
||||
|
||||
;; 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-prompt-for-identifier '(not xref-find-definitions
|
||||
xref-find-definitions-other-window
|
||||
|
|
Reference in a new issue