diff --git a/modules/completion/vertico/TODO.org b/modules/completion/vertico/TODO.org index 4190c5dad..0a23692e2 100644 --- a/modules/completion/vertico/TODO.org +++ b/modules/completion/vertico/TODO.org @@ -126,8 +126,6 @@ Without [[file:~/.emacs.d/modules/ui/workspaces/config.el::;; HACK?? needs revie working of this whole set up are a bit opaque to me. * PROJ Things I'd like help with -** TODO Fix ~(defadvice! +orderless-match-with-one-face..~ lexical error -[[https://github.com/oantolin/orderless/issues/41][Probably caused by some doomism]] ** TODO Embark Export/Correct popup logic Currently when e.g. exporting a ~consult-grep~ search to a grep buffer, it just gets exported to a new window without any special configuration with diff --git a/modules/completion/vertico/autoload/vertico.el b/modules/completion/vertico/autoload/vertico.el index 962c0bcb2..b263d7546 100644 --- a/modules/completion/vertico/autoload/vertico.el +++ b/modules/completion/vertico/autoload/vertico.el @@ -1,5 +1,9 @@ ;;; completion/vertico/autoload/vertico.el -*- lexical-binding: t; -*- +;; To prevent "Unused lexical variable" warning from +vertico--company-capf--candidates-a +;;;###autoload +(defvar orderless-match-faces) + ;;;###autoload (defadvice! +vertico--company-capf--candidates-a (fn &rest args) "Highlight company matches correctly, and try default completion styles before