1. 在archlinux中安装yaourt
  2. 用yaourt安装ibus-el,在安装过程中提示是否修改脚本之类的选否,是否安装之类的提示选是。
    1 yaourt -S ibus-el
  3. 完成后会提示如何修改.emacs,将提示以下内容添加到你的.emacs配置文件中就可以了。
    1 (custom-set-variables '(ibus-python-shell-command-name "python2"))
    2 (require 'ibus)
    3 ;; Turn on ibus-mode automatically after loading .emacs
    4 (add-hook 'after-init-hook 'ibus-mode-on)
    5 ;; Choose your key to toggle input status:
    6 (global-set-key (kbd "C-\\") 'ibus-toggle)

相关文章:

  • 2021-05-18
  • 2021-07-24
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-30
  • 2021-07-02
  • 2021-12-04
  • 2021-05-18
  • 2022-12-23
  • 2021-08-07
相关资源
相似解决方案