Support fcitx5
Closes #3574 Co-authored-by: BenYip <yebenmy@protonmail.com>
This commit is contained in:
parent
72c03965cc
commit
e567cc56f2
1 changed files with 3 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue