From 52183d717d9cadb0c2ca8a9cd5f135a9905d33c0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 31 Mar 2025 09:25:11 -0400 Subject: [PATCH] fix(corfu): void-variable cape-file-prefix error Amend: 2eca70161518 Ref: #6289 --- modules/completion/corfu/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/completion/corfu/config.el b/modules/completion/corfu/config.el index fbb368feb..cb8cc47cc 100644 --- a/modules/completion/corfu/config.el +++ b/modules/completion/corfu/config.el @@ -180,8 +180,7 @@ See `+corfu-want-minibuffer-completion'." (setq-hook! '(tex-mode-local-vars-hook latex-mode-local-vars-hook LaTeX-mode-local-vars-hook) - cape-file-prefix (if (stringp cape-file-prefix) - "{" (cons "{" cape-file-prefix))))) + cape-file-prefix "{"))) (use-package! yasnippet-capf :when (modulep! :editor snippets)