branch: elpa/vcomplete commit 56a95cc1df55f7496e28c4b606df7f058d5e76bb Author: Daniel Semyonov <cm...@dsemy.com> Commit: Daniel Semyonov <cm...@dsemy.com>
; Fix indentation --- vcomplete.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcomplete.el b/vcomplete.el index 5f148614af..47000b5d7a 100644 --- a/vcomplete.el +++ b/vcomplete.el @@ -296,7 +296,7 @@ completion: (add-hook 'embark-target-finders #'vcomplete-embark-current-completion) (add-hook 'embark-candidate-collectors - #'vcomplete-embark-collect-candidates)) + #'vcomplete-embark-collect-candidates)) (provide 'vcomplete)