nit(vertico): sharpquote a quoted function

This commit is contained in:
Itai Y. Efrat 2021-07-31 10:49:00 +03:00
parent 19c40901f1
commit f7863f96f0

View file

@ -8,7 +8,7 @@
(defadvice! +vertico--company-capf--candidates-a (fn &rest args)
"Highlight company matches correctly, and try default completion styles before
orderless."
:around 'company-capf--candidates
:around #'company-capf--candidates
(let ((orderless-match-faces [completions-common-part])
(completion-styles +vertico-company-completion-styles))
(apply fn args)))