Skip to content

Commit e56a9a6

Browse files
committed
remove fcitx
1 parent cd9f953 commit e56a9a6

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

modules/h-cheung/chinese/config.el

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010

1111
(bind-key* "C-\\" #'toggle-input-method)
1212

13-
(use-package! fcitx
14-
:after evil
15-
:config
16-
(when (executable-find "fcitx-remote")
17-
(fcitx-evil-turn-on)))
18-
1913
(use-package! ace-pinyin
2014
:after avy
2115
:init (setq ace-pinyin-use-avy t)

modules/h-cheung/chinese/packages.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44

55
(package! pangu-spacing :disable t)
66
(package! rime)
7-
(package! fcitx)
87
(package! ace-pinyin)
98
(package! pinyinlib)

0 commit comments

Comments
 (0)