From af08b2f1b198dac1745dfe7fef640dbb6b0bc9f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Tue, 31 Mar 2026 12:44:36 -0600 Subject: [PATCH] fix(emacs): use fcitx5-remote correctly --- modules/home/users/msyds/emacs/lisp/syd/fcitx.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)