>> Download from Auto Complete Mode top page.
>> extract
tar xvjf auto-complete-1.3.1.tar.bz2
>> run emacs
M-x load-file RET
Note that if you want to upgrade auto-complete-mode, you have to install in a newly launched Emacs with -q option.
input the path where your install.el is.
e.g.
~/auto-complete-1.3.1/etc/install.el
Then input a directory where Auto Complete will be installed.
Finally type RET to start installation.
After installation, you may see the following buffer and follow instructions to edit .emacs.
Successfully installed!
Add the following code to your .emacs:
(add-to-list 'load-path "~/.emacs.d") ; This may not be appeared if you have already added.
(add-to-list 'ac-dictionary-directories "~/.emacs.d/ac-dict")
(require 'auto-complete-config)
(ac-config-default)
本文介绍如何下载并安装Auto Complete Mode插件,适用于Emacs编辑器。通过简单的步骤,包括解压文件、启动Emacs并加载安装脚本,用户可以轻松完成安装过程。文章还提供了配置.emacs文件的示例代码,帮助用户更好地使用该插件。

4986

被折叠的 条评论
为什么被折叠?



