Difference between revisions of "Auto-complete-mode"
Jump to navigation
Jump to search
(Undo revision 2929 by 151.25.47.98 (talk)) |
|||
Line 33: | Line 33: | ||
* [http://cx4a.org/software/auto-complete/manual.html Official Manual] | * [http://cx4a.org/software/auto-complete/manual.html Official Manual] | ||
− | + | == Tutorial Pages == | |
+ | |||
+ | [[Category:Project Management]][[Category:Convenience]][[Category:Third Party Package]] |
Revision as of 11:03, 6 July 2012
Description | auto-completion library |
---|---|
Author | Tomohiro Matsuyama |
Maintainer | Tomohiro Matsuyama |
Source | http://github.com/m2ym/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.
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)