vertico: fix unused lexical variable error
This commit is contained in:
parent
c12fb64c98
commit
a4093e90fe
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue