diff --git a/modules/home/users/msyds/emacs/lisp/syd/fcitx.el b/modules/home/users/msyds/emacs/lisp/syd/fcitx.el index dfc41db..e5699b7 100644 --- a/modules/home/users/msyds/emacs/lisp/syd/fcitx.el +++ b/modules/home/users/msyds/emacs/lisp/syd/fcitx.el @@ -3,8 +3,8 @@ (require 'syd/base) (use-package fcitx - :custom ((fcitx-remote-command "fcitx5-remote")) :config + (setq fcitx-remote-command "fcitx5-remote") (fcitx-aggressive-setup)) (provide 'syd/fcitx)