about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-06-07 09:30:01 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-06-07 09:30:01 +0100
commita568e1a26f24360aadbd8ec47410ffe34953f8d0 (patch)
tree90fe6c0439c8d11e639f7fafe4a8869394fc4418 /.emacs.d
parent6fe8860f5825e6f459f0604d53b4c87e4c77e434 (diff)
downloaddotfiles-a568e1a26f24360aadbd8ec47410ffe34953f8d0.tar.gz
consult-completing-read-multiple has been removed
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-minibuffer.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el
index d2d49b3..056350b 100644
--- a/.emacs.d/lisp/init-minibuffer.el
+++ b/.emacs.d/lisp/init-minibuffer.el
@@ -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)