mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
nit(vertico): sharpquote a quoted function
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
(defadvice! +vertico--company-capf--candidates-a (fn &rest args)
|
(defadvice! +vertico--company-capf--candidates-a (fn &rest args)
|
||||||
"Highlight company matches correctly, and try default completion styles before
|
"Highlight company matches correctly, and try default completion styles before
|
||||||
orderless."
|
orderless."
|
||||||
:around 'company-capf--candidates
|
:around #'company-capf--candidates
|
||||||
(let ((orderless-match-faces [completions-common-part])
|
(let ((orderless-match-faces [completions-common-part])
|
||||||
(completion-styles +vertico-company-completion-styles))
|
(completion-styles +vertico-company-completion-styles))
|
||||||
(apply fn args)))
|
(apply fn args)))
|
||||||
|
Reference in New Issue
Block a user