From 73c894f7c0bc4b260b627b19515c278903d6f98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Fri, 15 Aug 2025 15:19:49 -0600 Subject: [PATCH] feat(emacs): fcitx.el --- modules/home/users/crumb/emacs/modules/syd-ui.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home/users/crumb/emacs/modules/syd-ui.el b/modules/home/users/crumb/emacs/modules/syd-ui.el index 4be8e93..f05d454 100755 --- a/modules/home/users/crumb/emacs/modules/syd-ui.el +++ b/modules/home/users/crumb/emacs/modules/syd-ui.el @@ -179,6 +179,7 @@ for example when calling `shell'.") :modeline nil :ttl nil))) +;; Display form-feed characters as horizontal lines. (use-package form-feed-st :config ;; Set the colour of the horizontal lines to be the same as comments. @@ -191,4 +192,9 @@ for example when calling `shell'.") :foreground))))) (global-form-feed-st-mode)) +(use-package fcitx + :hook (on-first-input . fcitx-aggressive-setup) + :custom ((fcitx-use-dbus 'fcitx5) + (fcitx-remote-command "fcitx5-remote"))) + (provide 'syd-ui)