fix(emacs): use fcitx5-remote correctly

This commit is contained in:
2026-03-31 12:44:36 -06:00
parent 7bdbb985da
commit af08b2f1b1

View File

@@ -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)