mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-24 16:30:58 -05:00
feat(chinese): add +childframe for pyim candidates
Close: #6482 Co-authored-by: merrickluo <merrickluo@users.noreply.github.com>
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
current-input-method)
|
||||
(add-to-list 'evil-escape-inhibit-functions #'+chinese--input-method-p))
|
||||
|
||||
(when (modulep! +childframe)
|
||||
(setq pyim-page-tooltip 'posframe))
|
||||
|
||||
;; allow vertico/selectrum search with pinyin
|
||||
(cond ((modulep! :completion vertico)
|
||||
(advice-add #'orderless-regexp
|
||||
|
Reference in New Issue
Block a user