os下emacs配置fcitx-remote
os下emacs配置fcitx-remote
背景介绍
https://github.com/cute-jumper/fcitx.el
安装配置
安装fcitx-remote
- 安装百度五笔fcitx-remote
brew install fcitx-remote-for-osx --with-input-method=baidu-wubi
- 查看支持的输入法列表
brew info fcitx-remote-for-osx
配置.spacemacs文件
- git clone https://github.com/cute-jumper/fcitx.el
- 将fcitx.el文件拷贝至~/.emacs.d/private/fcitx.el
- 在.spacemacs文件当中添加如下配置
(load-file "~/.emacs.d/private/fcitx.el")
(require 'fcitx)
(fcitx-evil-turn-on)