From a922ff8837e29dd784fbb3f9aac8939d8faa9c2d Mon Sep 17 00:00:00 2001 From: Paul Porfiroff Date: Sat, 22 Jan 2022 22:22:54 +0300 Subject: [PATCH] fix(vertico): completion category of +default/find-file-under-here --- modules/completion/vertico/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/vertico/config.el b/modules/completion/vertico/config.el index 81c2c73ac..25072452f 100644 --- a/modules/completion/vertico/config.el +++ b/modules/completion/vertico/config.el @@ -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)