doomemacs/modules/input/chinese
Henrik Lissner 1f8bf7accb
merge: rewrite-docs
I've omitted docs/*.org from this merge, as there is still work left to
do there, but I am pushing the module docs early so folks can benefit
from the new docs sooner.
2022-08-03 03:27:50 +02: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 fix(docs): set mode in file-local vars 2022-08-03 02:46:33 +02:00

:input chinese

Description   unfold

This module adds support for traditional Chinese script by introducing two input methods: Pinyin and Wubi.

Maintainers

This module needs a maintainer. Become a maintainer?

Module flags

This module has no flags.

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 Changelog

This module does not have a changelog yet.

TODO Installation

Enable this module in your doom! block.

🔨 This module is missing install instructions. Write some?

TODO Usage

🔨 This module has no usage documentation yet. Write some?

TODO Configuration

🔨 This module's configuration documentation is incomplete. Complete it?

Using fcitx5

Modify fcitx-remote-command to change the default:

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

Troubleshooting

There are no known problems with this module. Report one?

Frequently asked questions

This module has no FAQs yet. Ask one?

TODO Appendix

🔨 This module has no appendix yet. Write one?