fix(chinese): void-function pyim-cregexp-ivy error

This commit is contained in:
liuzhishan 2023-09-08 02:19:44 +08:00 committed by Yann Esposito (Yogsototh)
parent dc9e7bec9e
commit e7b73378cd
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -24,6 +24,7 @@
#'evil-pinyin--build-regexp-string
#'pyim-cregexp-build)))
((modulep! :completion ivy)
(autoload 'pyim-cregexp-ivy "pyim-cregexp-utils")
(setq ivy-re-builders-alist '((t . pyim-cregexp-ivy))))))