Difference between revisions of "Auto-complete-mode"

From WikEmacs
Jump to navigation Jump to search
(updated dead link)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
 
|author=Tomohiro Matsuyama
 
|author=Tomohiro Matsuyama
 
|maintainer=Tomohiro Matsuyama
 
|maintainer=Tomohiro Matsuyama
|source= http://github.com/m2ym/auto-complete
+
|source=https://github.com/auto-complete/auto-complete
 
}}
 
}}
  
Line 33: Line 33:
 
* [http://cx4a.org/software/auto-complete/manual.html Official Manual]
 
* [http://cx4a.org/software/auto-complete/manual.html Official Manual]
  
Coconut milk?  Sometimes some very interesting (and great tniastg) recipes require cream or something to make the dish creamy.  How does coconut milk jive with SCD.  I guess strickly speaking coconut is a fruit and I imagine it is rather high in glucose (certainly high in fat, but that in itself isn't SCD-forbidden).  Just wondering.  I know  when in doubt leave it out.  While you're at it what about shredded coconut (in moderation, of course)?
+
== Tutorial Pages ==
 +
 
 +
[[Category:Project Management]][[Category:Convenience]][[Category:Third Party Package]]

Latest revision as of 08:08, 24 September 2012

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