mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(chinese): update pyim-cregexp-build func
Pyim has replaced `pyim-cregexp-build-regexp-string` with `pyim-cregexp-build`. Ref: tumashu/pyim#468
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
:filter-return
|
||||
(if (modulep! :editor evil +everywhere)
|
||||
#'evil-pinyin--build-regexp-string
|
||||
#'pyim-cregexp-build-regexp-string)))
|
||||
#'pyim-cregexp-build)))
|
||||
((modulep! :completion ivy)
|
||||
(setq ivy-re-builders-alist '((t . pyim-cregexp-ivy))))))
|
||||
|
||||
|
Reference in New Issue
Block a user