From ff5407f91ffb305fdf74a3bb414e6dbcc4323654 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Tue, 13 Apr 2021 23:55:08 +0800 Subject: [PATCH] Add note for fcitx5 usage --- modules/input/chinese/README.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/input/chinese/README.org b/modules/input/chinese/README.org index 3c8207d2394..d2b52127624 100644 --- a/modules/input/chinese/README.org +++ b/modules/input/chinese/README.org @@ -11,6 +11,7 @@ - [[#prerequisites][Prerequisites]] - [[#features][Features]] - [[#configuration][Configuration]] + - [[#using-fcitx5][Using fcitx5]] - [[#troubleshooting][Troubleshooting]] * Description @@ -39,4 +40,12 @@ This module provides no flags. * TODO Prerequisites * TODO Features * TODO Configuration +** Using fcitx5 +Modify ~fcitx-remote-command~ to change the default: + +#+BEGIN_SRC elisp +;; in $DOOMDIR/config.el +(setq fcitx-remote-command "fcitx5-remote") +#+END_SRC + * TODO Troubleshooting