Merge pull request #4933 from pickfire/fcitx5

Add note for fcitx5 usage
This commit is contained in:
Henrik Lissner 2021-05-24 13:47:39 -04:00 committed by GitHub
commit bba8196d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@
- [[#prerequisites][Prerequisites]] - [[#prerequisites][Prerequisites]]
- [[#features][Features]] - [[#features][Features]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
- [[#using-fcitx5][Using fcitx5]]
- [[#troubleshooting][Troubleshooting]] - [[#troubleshooting][Troubleshooting]]
* Description * Description
@ -39,4 +40,12 @@ This module provides no flags.
* TODO Prerequisites * TODO Prerequisites
* TODO Features * TODO Features
* TODO Configuration * 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 * TODO Troubleshooting