feat(chinese): add +rime
Allows pyim users to select rime as a backend. Close: #6482 Co-authored-by: merrickluo <merrickluo@users.noreply.github.com>
This commit is contained in:
parent
357d10f5a7
commit
b2cdacf457
3 changed files with 26 additions and 1 deletions
|
@ -9,6 +9,20 @@
|
|||
default-input-method "pyim"))
|
||||
|
||||
|
||||
(use-package! liberime
|
||||
:when (modulep! +rime)
|
||||
:init
|
||||
(setq liberime-auto-build t
|
||||
liberime-user-data-dir (file-name-concat doom-cache-dir "rime")))
|
||||
|
||||
|
||||
(use-package! pyim-liberime
|
||||
:when (modulep! +rime)
|
||||
:after liberime
|
||||
:config
|
||||
(setq pyim-default-scheme 'rime))
|
||||
|
||||
|
||||
(use-package! pangu-spacing
|
||||
:hook (text-mode . pangu-spacing-mode)
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue