mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(corfu): void-variable cape-file-prefix error
Amend: 2eca701615
Ref: #6289
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user