This module adds support for traditional Chinese script by introducing two input methods: Pinyin and Wubi.
This module needs a maintainer. Become a maintainer?
- +rime
- Enables the rime backend for pyim.
- +childframe
- Display pyim candidates in a child frame rather than overlay or tooltip.
- doom-package:ace-pinyin
- doom-package:chinese-wbim if doom-module:+wubi
- doom-package:evil-pinyin if doom-module::editor evil +everywhere
- doom-package:fcitx
- doom-package:liberime if doom-module:+rime
- doom-package:pangu-spacing
- doom-package:posframe if doom-module:+childframe
- doom-package:pyim unless doom-module:+wubi
org-html-paragraph
has been modified to join consecutive Chinese lines into a single long line without wanted spaced (when exporting org-mode to html).
This module does not have a changelog yet.
Enable this module in your doom!
block.
🔨 This module is missing install instructions. Write some?
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 asgcc
so that liberime can buildliberime-core.so
.
🔨 This module has no usage documentation yet. Write some?
🔨 This module’s configuration documentation is incomplete. Complete it?
Modify fcitx-remote-command
to change the default:
;; in $DOOMDIR/config.el
(setq fcitx-remote-command "fcitx5-remote")
There are no known problems with this module. Report one?
This module has no FAQs yet. Ask one?
🔨 This module has no appendix yet. Write one?