aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/init-input-method.el
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-19 22:59:58 +0800
committerGuangxiong Lin <[email protected]>2022-04-19 22:59:58 +0800
commit86a5b55e66648f79a835e3ebd295483359b9a4a8 (patch)
tree28c51084c92b2b685f4d2034f7f8167daeb7adb0 /.emacs.d/lisp/init-input-method.el
parent8157478f9ccaef0dd823ac8ad1bf431bd86d9a71 (diff)
downloaddotfiles-86a5b55e66648f79a835e3ebd295483359b9a4a8.tar.gz
dotfiles-86a5b55e66648f79a835e3ebd295483359b9a4a8.tar.bz2
dotfiles-86a5b55e66648f79a835e3ebd295483359b9a4a8.zip
Add hook to after-init-hook by order
I cannot use emacs without evil-mode ... Load it first to avoid any issue occurs during initialization.
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")