branch: externals/embark
commit 4144c1900b72cf6eec73429ca32b0b79d9678c4f
Merge: ebf12d9a66 425a469a85
Author: Omar AntolĂ­n Camarena <omar.anto...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #499 from minad/drop-crm
    
    consult-completing-read-multiple has been removed, drop it from embark
---
 embark-consult.el | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/embark-consult.el b/embark-consult.el
index 24add01c16..0082d372f6 100644
--- a/embark-consult.el
+++ b/embark-consult.el
@@ -399,14 +399,5 @@ Meant as :after-until advice for 
`embark-collect--metadatum'."
              #'embark-consult-imenu-or-outline-candidates
              'append)
 
-;; consult-completing-read-multiple
-
-(defun embark-consult--crm-selected ()
-  "Return selected candidates from `consult-completing-read-multiple'."
-  (when-let (cands (consult--crm-selected))
-    (cons (completion-metadata-get (embark--metadata) 'category) cands)))
-
-(add-hook 'embark-candidate-collectors #'embark-consult--crm-selected)
-
 (provide 'embark-consult)
 ;;; embark-consult.el ends here

Reply via email to