feat(emacs): fcitx
All checks were successful
build / build-sydpc (push) Successful in 27s
build / build-fruitbook (push) Successful in 22s
build / build-deertopia (push) Successful in 25s

This commit is contained in:
2026-03-17 12:45:07 -06:00
parent 178f3b9c31
commit 86b80e887c
2 changed files with 11 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
(syd-require-features
'(syd/base
syd/constants
syd/fcitx
syd/dash
syd/disable-package
syd/straight

View File

@@ -0,0 +1,10 @@
;;; -*- lexical-binding: t; -*-
(require 'syd/base)
(use-package fcitx
:custom (fcitx-remote-command "fcitx5-remote")
:config
(fcitx-aggressive-setup))
(provide 'syd/fcitx)