branch: externals/marginalia commit 4780a6a9070f4f0d260d06374876b2f1f3fc9810 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
marginalia works with icomplete-vertical now! --- marginalia.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/marginalia.el b/marginalia.el index 3ee86c4..77cfc2a 100644 --- a/marginalia.el +++ b/marginalia.el @@ -256,8 +256,6 @@ Remember `this-command' for annotation." (add-hook 'minibuffer-setup-hook #'marginalia--minibuffer-setup) ;; Replace the metadata function. - ;; TODO unfortunately annotations are not shown in the icomplete-vertical minibuffer it seem - ;; https://github.com/oantolin/icomplete-vertical/issues/16 (advice-add #'completion-metadata-get :around #'marginalia--completion-metadata-get))) ;; TODO better name? there is also the name clash problem with marginalia-annotate-command