aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/init-input-method.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-input-method.el')
-rw-r--r--.emacs.d/lisp/init-input-method.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-input-method.el b/.emacs.d/lisp/init-input-method.el
index 11fcb78..81f6d89 100644
--- a/.emacs.d/lisp/init-input-method.el
+++ b/.emacs.d/lisp/init-input-method.el
@@ -1,7 +1,7 @@
(when *is-a-linux*
(setq fcitx-remote-command "fcitx5-remote")
(when (gx/maybe-require-package 'fcitx)
- (add-hook 'after-init-hook 'fcitx-aggressive-setup)))
+ (add-hook 'after-init-hook 'fcitx-aggressive-setup 'append)))
(when *is-a-mac*
(setq sis-external-ism "/usr/local/bin/macism")