emacs 备忘

安装emacs
sudo apt-get install emacs-snapshot
安装python 支持
sudo apt-get install python-mode
安装xml支持

sudo apt-get install nxml-mode

安装java 支持

sudo apt-ge tinstall jde
安装配色
sudo apt-get install emacs-goodies-el

切换颜色配置
M+x  / color-theme-select

选择你喜欢的颜色,按d,记录颜色配置

编辑.emacs文件,将下面的内容写入
(require 'color-theme)
(color-theme-blue-mood) ;;用你选择的颜色替换

中文输入/utf-8设置
C+x 回车
C+\ 输入输入法名称 ,如chinase-ziranma 回车
从options 菜单中选择Mule/Set language environement-utf-8
save options
以后使用 C+\切换输入法

参考 emacs 中文化指南
http://man.ddvip.com/soft/emacszh/index.html












你可能感兴趣的:(emacs)