From 43467ba4b915dbaa1b7bc8d0b84ee6a2809ea154 Mon Sep 17 00:00:00 2001 From: liuzhishan Date: Fri, 8 Sep 2023 02:19:44 +0800 Subject: [PATCH] fix(chinese): void-function pyim-cregexp-ivy error --- modules/input/chinese/config.el | 1 + 1 file changed, 1 insertion(+) 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))))))