mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(vertico): completion category of +default/find-file-under-here
This commit is contained in:
committed by
Henrik Lissner
parent
eddaae40e8
commit
a922ff8837
@ -223,7 +223,7 @@ orderless."
|
||||
(add-hook 'marginalia-mode-hook #'all-the-icons-completion-marginalia-setup))
|
||||
(advice-add #'marginalia--project-root :override #'doom-project-root)
|
||||
(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-other-project . project-file)
|
||||
'(doom/find-file-in-private-config . file)
|
||||
|
Reference in New Issue
Block a user