- yum install emacs
- vi ~/.emacs.d/init.el
(if ( file-exists-p "~/.emacs.d/.emacs") (load "~/.emacs.d/.emacs"))
- vi ~/.emacs.d/.emacs
(add-to-list ‘load-path "~/.emacs.d/jdee-2.4.1/lisp")
(load "jde")
- cedet
http://sourceforge.net/projects/cedet/?source=dlp
ecb
https://github.com/alexott/ecb/downloads
git clone https://github.com/emacsmirror/ecb.git
http://ecb.sourceforge.net/ 这里下载的不兼容,
时间: 2024-10-10 16:56:41