fix(vertico): completion category of +default/find-file-under-here
This commit is contained in:
parent
eddaae40e8
commit
a922ff8837
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue