Using Emacs-rime
Use rime(fcitx) in emacs (doom emacs)
Prerequisite
Emacs and rime
This post will not discuss how to configure rime and other parts of emacs.
Install
Follow the instruction at Emacs Rime 安装与使用方法
1 | sudo apt install librime-dev |
if version of librime < 1.5.3
1 | sudo apt install git build-essential cmake libboost-all-dev libgoogle-glog-dev libleveldb-dev libmarisa-dev libopencc-dev libyaml-cpp-dev libgtest-dev |
Config Doom Emacs
Insert these into //.doom.d/config.el
1 | (use-package! rime |
Apperance
Reference
https://manateelazycat.github.io/emacs/2020/03/22/emacs-rime.html
https://emacs-china.org/t/doom-emacs-rime/12499/12
https://github.com/DogLooksGood/emacs-rime