doomemacs/modules/input/chinese
Henrik Lissner 76cacb5bfe
💥 Rename def-package! -> use-package!
Calling this pivotal macro "def-package!" has frequently been a source
of confusion. It is a thin wrapper around use-package, and it should be
obvious that it is so. For this reason, and to match the naming
convention used with other convenience macros/wrappers, it is now
use-package!.

Also changes def-package-hook! -> use-package-hook!

The old macros are now marked obsolete and will be removed when straight
integration is merged.
2019-07-23 12:50:45 +02:00
..
config.el 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
packages.el input/chinese: remove chinese-wbim 2019-05-13 14:40:10 -04:00
README.org input/chinese: remove chinese-wbim 2019-05-13 14:40:10 -04: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

TODO Troubleshooting