diff --git a/modules/input/chinese/config.el b/modules/input/chinese/config.el index f256fb66c..a60a38797 100644 --- a/modules/input/chinese/config.el +++ b/modules/input/chinese/config.el @@ -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))))))