sudo apt-get install auto-complete-el
在~/.emacs末尾加入以下内容:
; auto complete (require 'auto-complete-config) (ac-config-default)