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:
Henrik Lissner 2023-02-23 02:25:01 -05:00
parent 357d10f5a7
commit b2cdacf457
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
3 changed files with 26 additions and 1 deletions

View file

@ -11,12 +11,14 @@ methods: Pinyin and Wubi.
*This module needs a maintainer.* [[doom-contrib-maintainer:][Become a maintainer?]]
** Module flags
/This module has no flags./
- +rime ::
Enables the [[https://rime.im/][rime]] backend for pyim.
** Packages
- [[doom-package:ace-pinyin]]
- [[doom-package:chinese-wbim]] if [[doom-module:+wubi]]
- [[doom-package:fcitx]]
- [[doom-package:liberime]] if [[doom-module:+rime]]
- [[doom-package:pangu-spacing]]
- [[doom-package:pyim]] unless [[doom-module:+wubi]]
@ -35,6 +37,13 @@ methods: Pinyin and Wubi.
🔨 This module is missing install instructions. [[doom-contrib-module:][Write some?]]
#+end_quote
If you want to use rime as the input method engine:
- Emacs must be built with dynamic module support, i.e. compiled with the
=--with-modules= option.
- You need =librime= installed on your system.
- You need =make=, =cmake= and a C compiler such as =gcc= so that liberime can
build =liberime-core.so=.
* TODO Usage
#+begin_quote
🔨 This module has no usage documentation yet. [[doom-contrib-module:][Write some?]]