doomemacs/modules/input/chinese
2021-12-14 01:21:33 +01:00
..
config.el Fix #3654: prevent org-export-to-html removing line-breaks 2020-08-02 01:33:51 -04:00
packages.el bump: :input 2021-12-14 01:21:33 +01:00
README.org Add note for fcitx5 usage 2021-04-13 23:55:08 +08:00

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

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")

TODO Troubleshooting