Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.48 KB

README.org

File metadata and controls

51 lines (42 loc) · 1.48 KB

input/chinese

Table of Contents

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

Prerequisites

Features

Configuration

Using fcitx5

Modify fcitx-remote-command to change the default:

;; in $DOOMDIR/config.el
(setq fcitx-remote-command "fcitx5-remote")

Troubleshooting