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

View File

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