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文件

(load-file "~/.emacs.d/private/fcitx.el")
  (require 'fcitx)
  (fcitx-evil-turn-on)
原文地址:https://www.cnblogs.com/penggy/p/7475818.html