mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Support fcitx5
Closes #3574 Co-authored-by: BenYip <yebenmy@protonmail.com>
This commit is contained in:
@ -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)))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user