Difference between revisions of "Auto-complete-mode"
Jump to navigation
Jump to search
(added a basic auto-complete-mode page) |
(updated dead link) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 4: | Line 4: | ||
|author=Tomohiro Matsuyama | |author=Tomohiro Matsuyama | ||
|maintainer=Tomohiro Matsuyama | |maintainer=Tomohiro Matsuyama | ||
| − | |source= | + | |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''' 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. | ||
| + | |||
| + | [[File:ac.png|right|auto-complete-mode]] | ||
== Basic setup == | == Basic setup == | ||
Latest revision as of 08:08, 24 September 2012
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.
| Description | auto-completion library |
|---|---|
| Author | Tomohiro Matsuyama |
| Maintainer | Tomohiro Matsuyama |
| Source | https://github.com/auto-complete/auto-complete |
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)
