From 36be01d80e29dbc4015386641018a09b66a53765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Sun, 22 Mar 2026 01:30:03 -0600 Subject: [PATCH] fix(emacs): o lon e fcitx-remote-command --- 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 6532140..dfc41db 100644 --- a/modules/home/users/msyds/emacs/lisp/syd/fcitx.el +++ b/modules/home/users/msyds/emacs/lisp/syd/fcitx.el @@ -3,7 +3,7 @@ (require 'syd/base) (use-package fcitx - :custom (fcitx-remote-command "fcitx5-remote") + :custom ((fcitx-remote-command "fcitx5-remote")) :config (fcitx-aggressive-setup))