mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
cute-jumper/ace-pinyin@8b2e9335b0 -> cute-jumper/ace-pinyin@47662c0b05 skk-dev/ddskk@7a7e1ecaf7 -> skk-dev/ddskk@251df5b02c tumashu/pyim@f48c3edee7 -> tumashu/pyim@02c50045cb
input/chinese
Description
This module adds support for traditional Chinese script by introducing two input methods: Pinyin and Wubi.
Because I am unable to personally test this module, help to improve this module would be greatly appreciated! Especially where performance is concerned.
Module Flags
This module provides no flags.
Plugins
- pyim (unless
+wubi
) - chinese-wbim (if
+wubi
) - fcitx
- ace-pinyin
- pangu-spacing
Hacks
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).
TODO Prerequisites
TODO Features
TODO Configuration
Using fcitx5
Modify fcitx-remote-command
to change the default:
;; in $DOOMDIR/config.el
(setq fcitx-remote-command "fcitx5-remote")