Skip to content

Commit

Permalink
Merge pull request doomemacs#4933 from pickfire/fcitx5
Browse files Browse the repository at this point in the history
Add note for fcitx5 usage
  • Loading branch information
hlissner authored May 24, 2021
2 parents 1eb3da9 + ff5407f commit bba8196
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/input/chinese/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [[#prerequisites][Prerequisites]]
- [[#features][Features]]
- [[#configuration][Configuration]]
- [[#using-fcitx5][Using fcitx5]]
- [[#troubleshooting][Troubleshooting]]

* Description
Expand Down Expand Up @@ -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

0 comments on commit bba8196

Please sign in to comment.