mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
feat(vertico): colorize vertico candidate on act
This commit is contained in:
@@ -147,6 +147,7 @@ overrides `completion-styles' during company completion sessions.")
|
||||
:config
|
||||
(set-popup-rule! "^\\*Embark Export Grep" :size 0.35 :ttl 0 :quit nil)
|
||||
(cl-nsubstitute #'+vertico/embark-which-key-indicator #'embark-mixed-indicator embark-indicators)
|
||||
(add-to-list 'embark-indicators #'+vertico-embark-vertico-indicator)
|
||||
;; add the package! target finder before the file target finder,
|
||||
;; so we don't get a false positive match.
|
||||
(let ((pos (or (cl-position
|
||||
|
Reference in New Issue
Block a user