compat(marginalia): update variable name

This commit is contained in:
Kiana Sheibani 2026-02-04 16:45:09 -05:00
parent 9d320a4e6c
commit da4dd1dae7
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2125,7 +2125,7 @@ Marginalia mostly works fine on its own, but we should add a few more Doom-speci
'("\\<projects?\\>" . known-project)) '("\\<projects?\\>" . known-project))
;; Annotate equivalently to files ;; Annotate equivalently to files
(pushnew! marginalia-annotator-registry (pushnew! marginalia-annotators
'(known-project marginalia-annotate-file builtin none)) '(known-project marginalia-annotate-file builtin none))
;; Remove special case for projectile-switch-project ;; Remove special case for projectile-switch-project