What’s this for?
In-buffer completion front-end.
Screencast
Watch a preview demo.
Configuration
company-mode requires Emacs 22.
(add-to-list ‘load-path “/path/to/company-mode”)
(require ‘company-mode)
(require ‘company-bundled-completions)
(company-install-bundled-completions-rules)
Usage
Use company-expand-common, company-expand-top, etc. Add completion mechanism using company-add-completion-rule. (See company-bundled-completions for examples.)
Download