From 99d1220b6fafe67cae45beee5a957f235f6fe1c4 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 5 Mar 2022 00:16:22 +0800 Subject: Add config of fcitx5 (emacs) --- .emacs.d/lisp/init-input-method.el | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .emacs.d/lisp/init-input-method.el (limited to '.emacs.d/lisp') diff --git a/.emacs.d/lisp/init-input-method.el b/.emacs.d/lisp/init-input-method.el new file mode 100644 index 0000000..38b09bd --- /dev/null +++ b/.emacs.d/lisp/init-input-method.el @@ -0,0 +1,9 @@ +(when *is-a-linux* + (use-package fcitx + :ensure t + :init + (setq fcitx-remote-command "fcitx5-remote") + :config + (fcitx-aggressive-setup))) + +(provide 'init-input-method) -- cgit v1.2.3