Auto-complete-mode

From WikEmacs
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
auto-complete-mode
Description auto-completion library
Author Tomohiro Matsuyama
Maintainer Tomohiro Matsuyama
Source https://github.com/auto-complete/auto-complete

auto-complete-mode is the most intelligent auto-completion extension for GNU Emacs. Auto Complete Mode renews an old completion interface and provides an environment that makes users could be more concentrate on their own works.

auto-complete-mode

Basic setup

(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)

Helpful keybindings

Common Customization

See Also

Project Pages

Tutorial Pages