fix(vertico): completion category of +default/find-file-under-here

This commit is contained in:
Paul Porfiroff 2022-01-22 22:22:54 +03:00 committed by Henrik Lissner
parent eddaae40e8
commit a922ff8837

View file

@ -223,7 +223,7 @@ orderless."
(add-hook 'marginalia-mode-hook #'all-the-icons-completion-marginalia-setup)) (add-hook 'marginalia-mode-hook #'all-the-icons-completion-marginalia-setup))
(advice-add #'marginalia--project-root :override #'doom-project-root) (advice-add #'marginalia--project-root :override #'doom-project-root)
(pushnew! marginalia-command-categories (pushnew! marginalia-command-categories
'(+default/find-file-under-here. file) '(+default/find-file-under-here . file)
'(doom/find-file-in-emacsd . project-file) '(doom/find-file-in-emacsd . project-file)
'(doom/find-file-in-other-project . project-file) '(doom/find-file-in-other-project . project-file)
'(doom/find-file-in-private-config . file) '(doom/find-file-in-private-config . file)