fix(corfu): void-variable cape-file-prefix error

Amend: 2eca701615
Ref: #6289
This commit is contained in:
Henrik Lissner
2025-03-31 09:25:11 -04:00
parent 26c372cd01
commit 52183d717d

View File

@ -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)