We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9f953 commit e56a9a6Copy full SHA for e56a9a6
modules/h-cheung/chinese/config.el
@@ -10,12 +10,6 @@
10
11
(bind-key* "C-\\" #'toggle-input-method)
12
13
-(use-package! fcitx
14
- :after evil
15
- :config
16
- (when (executable-find "fcitx-remote")
17
- (fcitx-evil-turn-on)))
18
-
19
(use-package! ace-pinyin
20
:after avy
21
:init (setq ace-pinyin-use-avy t)
modules/h-cheung/chinese/packages.el
@@ -4,6 +4,5 @@
4
5
(package! pangu-spacing :disable t)
6
(package! rime)
7
-(package! fcitx)
8
(package! ace-pinyin)
9
(package! pinyinlib)
0 commit comments