mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(chinese): void-function pyim-cregexp-ivy error
This commit is contained in:
@ -24,6 +24,7 @@
|
|||||||
#'evil-pinyin--build-regexp-string
|
#'evil-pinyin--build-regexp-string
|
||||||
#'pyim-cregexp-build)))
|
#'pyim-cregexp-build)))
|
||||||
((modulep! :completion ivy)
|
((modulep! :completion ivy)
|
||||||
|
(autoload 'pyim-cregexp-ivy "pyim-cregexp-utils")
|
||||||
(setq ivy-re-builders-alist '((t . pyim-cregexp-ivy))))))
|
(setq ivy-re-builders-alist '((t . pyim-cregexp-ivy))))))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user