mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user