Support fcitx5

Closes #3574

Co-authored-by: BenYip <yebenmy@protonmail.com>
This commit is contained in:
Henrik Lissner 2020-07-17 17:10:10 -04:00
parent 72c03965cc
commit e567cc56f2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -19,7 +19,9 @@
(use-package! fcitx (use-package! fcitx
:after evil :after evil
:config :config
(when (executable-find "fcitx-remote") (when (setq fcitx-remote-command
(or (executable-find "fcitx5-remote")
(executable-find "fcitx-remote")))
(fcitx-evil-turn-on))) (fcitx-evil-turn-on)))