mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-15 14:51:01 -08:00
fix(corfu): void-variable cape-file-prefix error
Amend: 2eca701615
Ref: #6289
This commit is contained in:
parent
26c372cd01
commit
52183d717d
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue