doomemacs/modules/input/chinese
Henrik Lissner 037b018cdd
feat: add .doommodule files
These optional dotfiles indicate the root of a module or module
group (:lang), and will later contain module metadata. They will also
serve as an alternative to packages.el and doctor.el, and will aide the
parts of the v3.0 module API concerned with resolving the current module
from a path (`doom-module-from-path`), which currently rely too heavily
on parsing path strings.

For now, however, they're simply placeholders.
2024-09-14 20:47:39 -04:00
..
.doommodule feat: add .doommodule files 2024-09-14 20:47:39 -04:00
config.el perf(chinese): lazy load liberime 2024-06-03 16:22:09 -04:00
packages.el bump: :os tty :input chinese 2024-06-29 13:48:24 -04:00
README.org docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +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

+rime
Enables the rime backend for pyim.
+childframe
Display pyim candidates in a child frame rather than overlay or tooltip.

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?

If you want to use rime as the input method engine:

  • Emacs must be built with dynamic module support, i.e. compiled with the --with-modules option.
  • You need librime installed on your system.
  • You need make, cmake and a C compiler such as gcc so that liberime can build liberime-core.so.

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?