nit(vertico): sharpquote a quoted function
This commit is contained in:
parent
19c40901f1
commit
f7863f96f0
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue