branch: elpa/vcomplete
commit 6bc410d9487e414937fb47d2c9aad24e30925f38
Author: Daniel Semyonov <cm...@dsemy.com>
Commit: Daniel Semyonov <cm...@dsemy.com>

    Handle cases where 'vcomplete-mode' starts before loading Embark
    
    * vcomplete.el: Add call to 'vcomplete-embark--advise-commands' after
    loading Embark.
---
 vcomplete.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vcomplete.el b/vcomplete.el
index 4da1801540..1b890d6447 100644
--- a/vcomplete.el
+++ b/vcomplete.el
@@ -305,6 +305,7 @@ completion:
       (embark-completions-buffer-candidates))))
 
 (with-eval-after-load 'embark
+  (vcomplete-embark--advise-commands)
   (add-hook 'vcomplete-mode-hook
             #'vcomplete-embark--advise-commands)
   (add-hook 'embark-target-finders

Reply via email to