Emacs Tips
Table of Contents
1 Emacs 不能使用 ibus 输入法
- Emacs 在 locale 是中文的情况下才能使用 ibus,如果系统的 locale不 是中文,可以在
.bashrc
里增加一个 alias:alias Emacs='LC_CTYPE="zh_CN.UTF-8" Emacs -mm &'
其中
-mm
表示以最大化窗口启动 Emacs,这个看个人爱好了;-) - ibus 要以以下方式启动:
ibus --daemon --xim
2 Emacs 不能使用反锯齿字体
这个简单,在编译 Emacs 时加上 xft
的 USE 就行了